I have this:
select CODART as 'MODELO / REF', DESCLIN as DESCRIPCION, UNIDADES as CANTIDAD
from LINEPEDI
where IDPEDV in ('69782','69780','68931','69781')
In the result I would like it to return me in the order I have put it but by default it returns it sorted by id.
Would anyone know how to tell him not to order it by id?