Subquery not working in MySQL..
Posted by:
jbleers
Date: October 18, 2004 12:13PM
Can someone tell me what is wrong with this subquery:
SELECT * From LetterTable l
(select MemberName From MemberTable m where m.MemberID = l.SenderID)
WHERE l.MemberID = 2
The query works in Access, now I'm trying to migrate to MySQL. Thanks.
Subject
Views
Written By
Posted
Subquery not working in MySQL..
4446
October 18, 2004 12:13PM
2600
October 18, 2004 02:13PM
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.