SQL, joindre 2 requetes sur même table

SQL, joindre 2 requetes sur même table - SQL/NoSQL - Programmation

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
 
???

Reply

Marsh Posté le 28-12-2006 à 15:28:03   

Reply

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

Reply

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!!!

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed