MySQL Forums
Forum List  »  Microsoft Access

sub-query sql from access
Posted by: Alain Terranova
Date: September 09, 2005 12:53PM

Hello,

I linked two table thanks to odbc driver. I try to execute a sub-query like:

SELECT * FROM PERSON WHERE ID_PERSON IN (SELECT ID_PESRON FROM PHONE WHERE NUM_PHONE = "004589888")

OR

SELECT * FROM PERSON
WHERE EXISTS (SELECT * FROM PHONE
WHERE PERSON.ID_PERSON=PHONE.ID_PERSON AND
PHONE.NUM_PHONE="01545465456")


But seems that that odbc driver is not able to execute a sub-query....

Any ideas?.....

Options: ReplyQuote


Subject
Views
Written By
Posted
sub-query sql from access
5453
September 09, 2005 12:53PM
1945
September 09, 2005 09:36PM
1739
September 10, 2005 03:51AM
3492
March 02, 2006 09:35PM


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.