Connecting Tech Pros Worldwide Forums | Help | Site Map

how to combine multiple sql query into one

Newbie
 
Join Date: Oct 2007
Posts: 12
#1: Nov 13 '07
Is it possible to combine multiple sql queries into 1? or does anyone has any sites or reference on how to do this?
Thks for any info :)

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Nov 13 '07

re: how to combine multiple sql query into one


Try to use UNION, MINUS ,UNION ALL,INTERSECT etc for the purpose.
Reply