Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/07/2006, 17:12
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Cierto, una mala costumbre, creo que en access funciona ese query.
Prueba esto:

Código:
UPDATE
`mnl_items`
SET description=NULL
WHERE `description` LIKE CONVERT( _utf8 '%%disponible%%'
USING latin1 )
COLLATE latin1_swedish_ci
LIMIT 0 , 30