I'm doing the following select:
select * from pedidos where id IN (1,3,4,2)
Is there any way for mysql to return the result in the same order that it is in IN?
With the select that I'm doing mysql is putting in ascending order and I do n...
asked by
08.05.2017 / 22:28