MySQL Forums
Forum List  »  General

Re: Brain teaser - how to write this query w/out subselect
Posted by: Dayananda B V
Date: April 18, 2005 10:51PM

hello,

i didn't check this query u can check it ok.

select * from table1 a,table2 b where a.id1!=b.id1 and b.id2 = 99
it should work

all the best

daya

Options: ReplyQuote


Subject
Written By
Posted
Re: Brain teaser - how to write this query w/out subselect
April 18, 2005 10:51PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.