SQL, joindre 2 requetes sur même table - SQL/NoSQL - Programmation
Marsh Posté le 28-12-2006 à 17:43:03
Ben
Citation : select nom from table where (x > aa and y = bb ) OR ( x=aa and y=cc) order by nom |
Marsh Posté le 03-01-2007 à 12:13:53
nan parceque je veux afficher les deux resultats en fait!!! du coup j'ai fait un union et ça marche cool!!!
Marsh Posté le 28-12-2006 à 15:28:03
je cherche à faire une jointure ou une union de select different au sein d'une même table :
(select from table where x > aa and y = bb ) union (select from table where x=aa and y=cc) order by nom
???