Re: Selecting identical rows from 2 tables (basically Row AND Row)

2003-03-21 Thread Hal Vaughan
On Friday 21 March 2003 05:42 pm, Brian McCain wrote: > Do you have two identical tables? If not, then doing a select the way you > propose won't yield any rows. If they are identical, then you've already > got the data, and so wouldn't need to select anything. I'm sure I'm > misunderstanding exact

Re: Selecting identical rows from 2 tables (basically Row AND Row)

2003-03-21 Thread Brian McCain
Do you have two identical tables? If not, then doing a select the way you propose won't yield any rows. If they are identical, then you've already got the data, and so wouldn't need to select anything. I'm sure I'm misunderstanding exactly what you're trying to do, so maybe you could explain it a b