Does anybody know a way to simulate "COLLATE" on mysql 4.0.18 ?
This would be for the ordered ouptut of a database with German terms.
Now, with latin1 it's:
a -> u -> z -> ü.
but correctly with german charset it should be:
a -> u -> ü -> z
I know that with the right character set this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.