
29/03/2003, 10:44
|
 | | | Fecha de Ingreso: diciembre-2002 Ubicación: Chapinlandia :-D
Mensajes: 725
Antigüedad: 22 años, 3 meses Puntos: 11 | |
mmm digamos podrias insertarlo en otra tabla digamos temp.
y haces:
insert into tuTabla select * from temp where id1 not in (select id1 from tuTabla) and id2 not in (select id2 from tuTabla) and id3 not in (select id3 from tytabla) and id4 not in (select id4 from tytabla)
and id5 not in (select id5 from tytabla)
esta gacho, pero por lo menos te aseguras que no estan en la tabla. |