mysql> update student set uuid = concat(UUID(), '_',
'asdfasdfasdfas df') where uuid is null or uuid = '' limit 1;
ERROR 1270 (HY000): Illegal mix of collations
(utf8_general_c i,COERCIBLE), (latin1_swedish _ci,COERCIBLE),
(latin1_swedish _ci,COERCIBLE) for operation 'concat'
I have no idea what any of this means, what on earth did I do wrong???
Thanx
Phil
'asdfasdfasdfas df') where uuid is null or uuid = '' limit 1;
ERROR 1270 (HY000): Illegal mix of collations
(utf8_general_c i,COERCIBLE), (latin1_swedish _ci,COERCIBLE),
(latin1_swedish _ci,COERCIBLE) for operation 'concat'
I have no idea what any of this means, what on earth did I do wrong???
Thanx
Phil
Comment