Subject Re: [IBO] "order by coalesce" problem
Author Matej Golob
> if you change it to
> select coalesce(field1, field2), * from table order by 1
> it should work ok
> Alan
Yes, this works. But it's just workaround for the problem. Thanks anyway.

Matej