MySQL Forums
Forum List  »  Other Migration

Help ,,,,,help
Posted by: david liu
Date: July 11, 2004 10:25PM

I have a problem that a sql sentence couldn't be performed by Mysql correctly!

the sql sentence as follows:

select * from
(select ....... ) as a ,
(select ........) as b where conditions.


Simply speaking , a and b are sets of rows ,but when this SQL sentence was performed by Mysql ,the resule is wrong. but I can get the right result through puting a and b to two new-created tables , and the I update the SQL sentence as follows:

select * from table c, table d where conditions

please tell me Why ! and how do I update the sentence.!! thank you !


Options: ReplyQuote


Subject
Views
Written By
Posted
Help ,,,,,help
4237
July 11, 2004 10:25PM
2441
July 17, 2004 11:19AM
2445
July 21, 2004 02:14AM


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.