Subject | RE: [ib-support] Extra Field? |
---|---|
Author | Leyne, Sean |
Post date | 2001-08-24T14:22:54Z |
Mike,
With Firebird v1 you can GROUP BY a UDF, not SORT BY though. There is a
work around to the SOR BY problem, you can:
SELECT COLUMNA, SOMEFUNCTION() B FROM TABLE ORDER BY 2
Sean
With Firebird v1 you can GROUP BY a UDF, not SORT BY though. There is a
work around to the SOR BY problem, you can:
SELECT COLUMNA, SOMEFUNCTION() B FROM TABLE ORDER BY 2
Sean