RE: Subquery question

2005-05-25 Thread Bartis, Robert M (Bob)
ubject: Re: Subquery question In the last episode (May 25), Bartis, Robert M (Bob) said: > Apologize for not including the error: > > You have an error in your SQL syntax. Check the manual that corresponds to > your MySQL server version for the right syntax to use near 'SELE

Re: Subquery question

2005-05-25 Thread Dan Nelson
In the last episode (May 25), Bartis, Robert M (Bob) said: > Apologize for not including the error: > > You have an error in your SQL syntax. Check the manual that corresponds to > your MySQL server version for the right syntax to use near 'SELECT > plantriggers.ID FROM plantriggers WHERE (((

RE: Subquery question

2005-05-25 Thread Bartis, Robert M (Bob)
--Original Message- From: Bartis, Robert M (Bob) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 6:29 PM To: 'mysql' Subject: Subquery question I have a problem where I need to use a subquery in combination with a Left Join. The SQL statement below works fine until I introduce t

Subquery question

2005-05-25 Thread Bartis, Robert M (Bob)
I have a problem where I need to use a subquery in combination with a Left Join. The SQL statement below works fine until I introduce the subquery portion. Specifically, WHERE testplans.plantriggers_ID_FK IN (SELECT plantriggers.ID FROM plantriggers WHERE (((plantriggers.testplan_intro_PlanI

Re: subquery question

2001-08-03 Thread Benjamin Pflugmann
Hello. MySQL doesn't support sub-queries (yet). See the following page for more information and also for hints how to work without sub-queries: http://www.mysql.com/doc/M/i/Missing_Sub-selects.html I never used full text search before, so I might miss something, but a starting point for your qu