Bonjour,

Je cherche a faire un
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
select distinct id FROM table1, table2,table3 WHERE champ=1
En gros, trouver tous les id uniques de 3 table.... (chaque table a bien un id nommé "id" et un champ nommé "champ")

Simple non? Ben, je n'y arrive pas :/

Merci d'avance !