Subject Re: [firebird-support] ORDER BY invalid column
Author Hans
select * from table order by 1 : fails
select a,b,* from table fails too, tho the sql query don't make much sense
:)