JSP
Résolu/Fermé2 réponses
UaLShark
Messages postés
191
Date d'inscription
vendredi 19 mai 2006
Statut
Membre
Dernière intervention
21 juillet 2010
35
21 juil. 2010 à 15:18
21 juil. 2010 à 15:18
Bonjour,
les operateurs minus et intersect peuvent vous aider
SELECT * FROM table_1
MINUS
SELECT * FROM table_2;
SELECT * FROM table_1
MINUS
SELECT * FROM table_2;
SELECT * FROM table_1
INTERSECT
SELECT * FROM table_2;
les operateurs minus et intersect peuvent vous aider
SELECT * FROM table_1
MINUS
SELECT * FROM table_2;
SELECT * FROM table_1
MINUS
SELECT * FROM table_2;
SELECT * FROM table_1
INTERSECT
SELECT * FROM table_2;