0
I have this SQL function in a php code but I’m not getting the data requested 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?
Maybe it should be
manutencao = 'Equipamento' AND manutencao = 'Material de saude'
or something similar... failed to inform the name of the field– Sam
Material de saude
would be the q?– Sam
Health material is what is written in with maintenance field
– Adelino Vasconcelos