Re: ORDER BY sorting

2004-12-13 Thread Bill Easton
PROTECTED]> Subject: ORDER BY sorting Hello, I'm trying to figure out how sort a column alphabetically, but some of the values start with a numerical value. So when I do the ORDER BY column_name all the values starting alphabeticlly are listed first, then the numerical values after that.. can

ORDER BY sorting

2004-12-11 Thread Mike Blezien
Hello, I'm trying to figure out how sort a column alphabetically, but some of the values start with a numerical value. So when I do the ORDER BY column_name all the values starting alphabeticlly are listed first, then the numerical values after that.. can this be done in a single query.. MySQL

Re: Re: Changing international charset for ORDER by sorting

2002-04-19 Thread Victoria Reznichenko
Webmaster33, Thursday, April 18, 2002, 8:01:30 PM, you wrote: W> I understand. Bad to hear. :-( W> I think there would be important to implement features to be able W> to set different character sets for each table, or to change W> character sets dynamically without the need to restart MySQL

Re: Changing international charset for ORDER by sorting

2002-04-18 Thread Webmaster33
I understand. Bad to hear. :-( I think there would be important to implement features to be able to set different character sets for each table, or to change character sets dynamically without the need to restart MySQL server. This would be especially important for the ORDER BY string collations

Re: Changing international charset for ORDER by sorting

2002-04-18 Thread Victoria Reznichenko
Webmaster33, Wednesday, April 17, 2002, 7:21:55 PM, you wrote: W> Anybody knows how can I change the character set, when MySQL is running, W> to be able to do ORDER BY using international strings? W> I would need to do this without changing config, while I run my perl script. W> I would need to

Changing international charset for ORDER by sorting

2002-04-17 Thread Webmaster33
Hi! Anybody knows how can I change the character set, when MySQL is running, to be able to do ORDER BY using international strings? I would need to do this without changing config, while I run my perl script. I would need to do sortings for different languages. So locale definition should be cha