Subject Re: SELECT distinct with f_GenerateSndxIndex from FreeUDFLib fails
Author dancooperstock
Two small follow-up points. First, I'm using FB version 2.0.3.

Second, the following also fails with "Malformed String":

SELECT f_GenerateSndxIndex(column) FROM table ORDER BY 1

If I omit the ORDER BY, it works fine.

Also, for data without accents, it works fine.