Board index » delphi » New to SQL - opposite of UNION
Sydney Lotterby
![]() Delphi Developer |
Wed, 15 Oct 2003 06:54:01 GMT
New to SQL - opposite of UNION
Pls Note:
1. I am working with D5, SQL7 and TADO. 2. I realize there are better ways of doing this example - but it is just a simple example. My selects are far more complex than this. If I wanted a combined result set that included all the matches in the Q1. Am I right? select ID from mytable1 where mycolumn1=100 Q2. Now, if I wanted a combined result set that included all the values of select ID from mytable1 where mycolumn1=100 |