Subject | Re: [IBO] Ordering and subselects |
---|---|
Author | Andreas Pohl |
Post date | 2002-07-10T09:50:20Z |
Try to use column number instead of name, e.g. order by 5
> It seems to me that it is a limitation of Firebird that you can't order
> by
> a column which is computed by a subselect. Is this right? And is there
> any
> trick to work around it?