Subject | upper , ä and utf8 |
---|---|
Author | max.muster666 |
Post date | 2008-04-29T12:15:43Z |
I have following statement :
update utf_8_test set text = 'toll' where upper(text) = upper('ä'
collate utf8)
'ä' is utf8 coded : 'ä' and in hex : c384
The question is now why i get this "Arithmetic owerflow or devision by
zero has occured" message ?
Regards ,
max
update utf_8_test set text = 'toll' where upper(text) = upper('ä'
collate utf8)
'ä' is utf8 coded : 'ä' and in hex : c384
The question is now why i get this "Arithmetic owerflow or devision by
zero has occured" message ?
Regards ,
max