Subject Re: [IBO] Ordering and subselects
Author Andreas Pohl
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?