UPDATE con error
Publicado por javier (21 intervenciones) el 21/02/2012 20:54:02
Hola.
Buenas noches.
¿Qué puede fallar en este UPDATE?
UPDATE rankin3 SET nsoc = (select numsoc from socios where MATCH (nombre, apel1, apel2) AGAINST (socios.nombre, socios.ape1, socios.ape2);
Falla y hace referencia al componente AGAINST
Fallo al ejecturar SQL : SQL UPDATE rankin3 SET nsoc = (select numsoc from socios where MATCH (nombre, apel1, apel2) AGAINST (socios.nombre, socios.ape1, socios.ape2); falló: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' socios.ape1, socios.ape2)' at line 1
¿Qué puede estar mal?.
Muchas gracias y buenas noches.
Buenas noches.
¿Qué puede fallar en este UPDATE?
UPDATE rankin3 SET nsoc = (select numsoc from socios where MATCH (nombre, apel1, apel2) AGAINST (socios.nombre, socios.ape1, socios.ape2);
Falla y hace referencia al componente AGAINST
Fallo al ejecturar SQL : SQL UPDATE rankin3 SET nsoc = (select numsoc from socios where MATCH (nombre, apel1, apel2) AGAINST (socios.nombre, socios.ape1, socios.ape2); falló: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' socios.ape1, socios.ape2)' at line 1
¿Qué puede estar mal?.
Muchas gracias y buenas noches.
Valora esta pregunta
0