Urgenteeeeeeeeeeeeeeeee
Publicado por maria del mar (7 intervenciones) el 13/04/2004 17:20:42
dos tablas una con el campo dni \\\"text\\\" y otra con el campo dni \\\"int\\\".
Si intento hacer esto:
insert into b_autobaremo select * from b_autobaremo_pit where dni=29724403
Me da los siguientes errores:
Este primero pues porque el campo origen es text y el destino es int
Servidor: mensaje 206, nivel 16, estado 2, línea 1
Operand type clash: text is incompatible with int
Y ya de camino si sabes por que puede dar este error?
Servidor: mensaje 306, nivel 16, estado 1, línea 1
The text, ntext, and image data types cannot be used in the WHERE, HAVING, or ON clause, except with the LIKE or IS NULL predicates.
Si intento hacer esto:
insert into b_autobaremo select * from b_autobaremo_pit where dni=29724403
Me da los siguientes errores:
Este primero pues porque el campo origen es text y el destino es int
Servidor: mensaje 206, nivel 16, estado 2, línea 1
Operand type clash: text is incompatible with int
Y ya de camino si sabes por que puede dar este error?
Servidor: mensaje 306, nivel 16, estado 1, línea 1
The text, ntext, and image data types cannot be used in the WHERE, HAVING, or ON clause, except with the LIKE or IS NULL predicates.
Valora esta pregunta


0