Subject RE: [ib-support] Extra Field?
Author Leyne, Sean
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