Hi all,

I'm having some trouble about ordering records by name (or any varchar column).

I first asked for help at StackOverFlow(I wasn't aware of this list) then had 
to dig out more.


In my SQLite 3 Database, I have some records with Turkish characters such as 
"Ö", "Ü", "İ" etc. When I select my values with 
SELECT * FROM TABLE ORDER BY COLUMN_NAME 
query, the records that begin with these characters are coming at the end.

Normally, they should've come after the letter that is dot-less version of 
each. Like "Ö" is after "O", "Ü" is after "U".
Is it something about regional settings? Is there a way to control these 
settings?

I use SQLite Manager in Firefox to manage my DB.

Thanks in advance.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to