Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: doubt on order of table scan
News wrote:
> "DA Morgan" <damorgan_at_psoug.org> wrote in message
> news:1129418334.65547_at_yasure...
>
>>>In Oracle NULL values are at end of result set >> >>SQL> SELECT * FROM t; >> >> PID COL >>---------- --- >> 1 ABC >> 2 >> 3 DEF
This is not a matter of using or not using an index. You are, again likely because you've not read the Oracle docs, making assumptions that are invalid.
You used the ORDER BY clause. Do you understand what it does? Do you understand how it works in Oracle? Apparently not. Once again I urge you to read the docs. Because again you are incorrect.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Sun Oct 16 2005 - 13:28:53 CDT
![]() |
![]() |