RE: alternative to intersect in mySQL

2002-04-23 Thread Thomas Moore
10:43 AM To: MySQL List Cc: [EMAIL PROTECTED] Subject: RE: alternative to intersect in mySQL * Thomas Moore > > I know that intersect does not work yet with mySQL. I am selecting data > from > > two tables. Results of one select > > would be 1, 2, 3, 4 . Results of other

RE: alternative to intersect in mySQL

2002-04-23 Thread Thomas Moore
23, 2002 1:08 AM To: Thomas Moore Cc: MySQL List Subject: Re: alternative to intersect in mySQL Hi, > I know that intersect does not work yet with mySQL. I am selecting data from > two tables. Results of one select > would be 1, 2, 3, 4 . Results of other select 1, 2. > Want t

alternative to intersect in mySQL

2002-04-22 Thread Thomas Moore
I know that intersect does not work yet with mySQL. I am selecting data from two tables. Results of one select would be 1, 2, 3, 4 . Results of other select 1, 2. Want to print 1, 2. Are there any nice workarounds using PHP or SQL? thanks, -tom ---