Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQL Order
Hi all,
I want my query result to be in the same order as my codes that I set:
Ex:
select * from
Emp
where empcode in (810,974,603,648)
The result is not at all in this order? Any suggestions on why? Or is there a better way of doing this?
Lucas Received on Mon Sep 16 2002 - 12:23:16 CDT
![]() |
![]() |