Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Create View and Order By?
You cant order by, but you can "group by" which will order the results...
See if this helps you...
-Frank
In article <35c55d38.15955535_at_news.twsc.pouchen.com.tw>,
violin.hsiao_at_mail.pouchen.com.tw (Violin) wrote:
> Hello,
> Does anyone know if it work when you create view as
> select .....from ... where ....order by column_name?
> 'Cause when I create view and order by column_name,
> an error occurs:ORA-00933: SQL command not properly ended.
> Without order by the view was created successfully.
> Couldn't view order by column_name?
> Please Cc to :violin.hsiao_at_mail.pouchen.com.tw,Thank you :)
>
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Mon Aug 03 1998 - 10:54:31 CDT
![]() |
![]() |