Subject | Case Independent SELECT |
---|---|
Author | maxtelfer |
Post date | 2004-08-02T23:47:50Z |
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
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