ah wé, j'vais voir
sinon je regardais comment émuler la fonction union et g trouvé ça :
SELECT IFNULL(beta_tests.ID, beta_previews.ID) AS ID, IFNULL(beta_tests.titre, beta_previews.titre) AS titre
FROM _dummy AS D
LEFT JOIN beta_tests ON (D.num = 0)
LEFT JOIN beta_previews ON (D.num = 1)
WHERE D.num < 2
ça marche, mais çe ne me dit pas la différence entre la table preview et test, alors je vais essayer ta méthode
---------------
HardGamers.org