20-11-2006, 10:39 PM
nouvelle requete qui foire.....
Code PHP :
<?php
INSERT INTO tbl_planete_tmp( coordonnee_x, coordonnee_y )
SELECT `x` , `y`
FROM `tbl_planete_ref` EXCEPT(
SELECT `x` , `y`
FROM `tbl_planete_tmp2`
)
des idées?