Subject upper , ä and utf8
Author max.muster666
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