Tema: Error MySql
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/11/2004, 13:24
jgarcigo
 
Fecha de Ingreso: noviembre-2004
Mensajes: 176
Antigüedad: 20 años, 1 mes
Puntos: 0
Pregunta Error MySql

Tengo un error al ejecutar la siguiente consulta directamente sobre MySql

SELECT * FROM `clientes` WHERE `nombre_empresa` = 'un nombre'

Error

#1267 - Illegal mix of collations (latin1_bin,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='

...recurri a http://dev.mysql.com/doc/mysql/en/Error-handling.html y dice lo siguiente

Error: 1267 SQLSTATE: HY000 (ER_CANT_AGGREGATE_2COLLATIONS) Message: Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'

...el campo es de tipo varchar(60), pero no veo donde pueda estar el error, espero me puedan ayudar

Saludos y gracias