I run this SQL command:
SELECT * FROM produtos WHERE id
IN (144,140,134,133,128,129,141,143,149,150,147,146,126,142,125,99,100,92,91,90,108,109,123,124,122,121,110,89)
ORDER BY none
But the query comes with the IDs sorted, how to prevent...
asked by
01.06.2015 / 22:33