Subject Case Independent SELECT
Author maxtelfer
Is there a character set where a
SELECT LastName from PersonList ORDER BY LastName
would give a result that is not case dependent?

eg, I get
Adams
Harris
d'Azzo

where I would like to get
Adams
d'Azzo
Harris

I am using Jaybird.

Regards
Max