Subject | Re: [IBO] "order by coalesce" problem |
---|---|
Author | Matej Golob |
Post date | 2004-12-14T08:41:53Z |
> if you change it toYes, this works. But it's just workaround for the problem. Thanks anyway.
> select coalesce(field1, field2), * from table order by 1
> it should work ok
> Alan
Matej