Hi there, hope in your help.
If try this query I don't have error:
If try this query I have error, why?Code:SELECT CONCAT(REPLACE ( DATE_FORMAT( myDate, GET_FORMAT(DATE, 'EUR') ), '.', '/' ), ' ', '11:22') AS `DateHourEUR` FROM myTable;
thank you.
Code:[Err] 1270 - Illegal mix of collations (utf8_general_ci,COERCIBLE), (utf8_general_ci,COERCIBLE), (latin1_swedish_ci,IMPLICIT) for operation 'concat' SELECT CONCAT(REPLACE ( DATE_FORMAT( myDate, GET_FORMAT(DATE, 'EUR') ), '.', '/' ), ' ', myHour) AS `DateHourEUR` FROM myTable;



Reply With Quote






Bookmarks