Subject ORDER BY and Unicode field
Author d_dude_2003
Hello,
I created my FB 1.5 database with UNICODE_FSS charset.
All varchar fields are created automatically with this charset as
well. What else i need to ensure to have ORDER BY clause working
properly for string field containing UNICODE?

Also, will queries like WHERE UNICODEFIELD = UNICODEVALUE
work?

Thanx.