Hi to all,

I've noticed a strange behavior with the SELECT...ORDER BY... statement. Maybe this is a feature but that still bugs me...

Here is a part of my database :

Table : Thirds
Column : Name
Entres : Eric, Céline, éric, Éric, Celine, Marc, eric, céline, Zoe.


When I perform this query to the database : "SELECT Name FROM Thirds ORDER BY Name;", here is what I obtain :


Celine
Céline
Eric
Marc
Éric
Zoe
céline
eric
Éric
éric

This does NOT appear ordered to me...

Is there something I should know that I don't about how SQL interpret capital letters ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to