Thursday, 27 October 2005 10:41 AM
To: Logan, David (SST - Adelaide); mysql@lists.mysql.com
Subject: RE: UPPER/LOWER and DAYNAME
David,
I have mysql 5.0.15 on Windows. I'm porting an Oracle application to
mysql 5.0.x.
I guess I have to submit a bug report.
Thank you for the quick answer.
-4092
-Original Message-
From: Logan, David (SST - Adelaide) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 26, 2005 6:05 PM
To: Frondoni, Giorgio; mysql@lists.mysql.com
Subject: RE: UPPER/LOWER and DAYNAME
Hi Giorgio,
Works for me mysql 4.0.22 on Solaris 9.
localhost.(none)>SELECT UPPER(DAY
8 8408 4273 - Work
+61 417 268 665 - Mobile
+61 8 8408 4259 - Fax
-Original Message-
From: Frondoni, Giorgio [mailto:[EMAIL PROTECTED]
Sent: Thursday, 27 October 2005 10:30 AM
To: mysql@lists.mysql.com
Subject: UPPER/LOWER and DAYNAME
Why the UPPER and LOWER functions don't have any
Why the UPPER and LOWER functions don't have any effect in the following
statements?
SELECT UPPER(DAYNAME(NOW()));
SELECT LOWER(DAYNAME(NOW()));
While other String related functions such as LENGTH produce the expected result?
If you know, please let me know.
Thank you
Giorgio Frondoni
AVP, C
Hello!
When I run mysql with default-charset = estonia, it makes difference
between upper and lower case. With latin1 charset no such distinction are
made. Could someone clarify for me, is it bug?
--
Lauri Anton
( [EMAIL PROTECTED] )
( +3727302126 )
- estonia -
Server version:
has anyone experienced this strange behaviour
of mysql (3.23.49, Win2000, binary distribution)
when using UPPER() and LOWER() functions
with accentuated letters?
i tried to get the lower case of Á (A acute) (ISO 8859-1 code: 193)
and the upper case of á (a acute) (ISO 8859-1 code: 225)
and i got
Hi,
I have charset_set = czech.
i need to know which charset file i'm using(eg.
sql/share/charsets/win1250.conf or sql/share/charsets/latin2.conf)
i think that are some errors in these tables
while using upper and lower functions a get some strange results for
czech language.
Michal Dvora