Subject Re: [firebird-support] ORDER BY got message 'token unknown'
Author Helen Borrie
At 01:12 PM 7/04/2004 +0000, you wrote:
>i hav a simple view that implements an ORDER BY, but i canĀ“t compile
>it into the DB because of an error like 'ORDER BY token unknown'.
>Anyone knows what is happening???

Yes: ORDER BY is not valid in a view. You would order the output when you
query the view.

>sorry about my english!!! :)

It works fine. :-)

/heLen