I have this SQL function in a php code but I am not going to fetch the requested data from the database
$query_part = "SELECT *
FROM participacao
WHERE manutencao = 'Equipamento' AND 'Material de saude' ORDER BY Id DESC";
How should I write it or do it?