4
I have to make a comparison MySQL
with an array of numbers.
For example:
I have a array
whole-assed:
$inteiros = array();
And I have to return the ids
of my class table with this array
, thus:
SELECT * FROM turmas WHERE idTurma = (AQUI ENTRA O ARRAY);
There is the possibility of making such a comparison?
Perfect. It worked!!!
– Thiago