Jan 7, 2005 #1 pgferro Programmer Aug 21, 2001 111 BS Hi guys, Can somebody help me transform this subquery in a prior 4.1 version ? Code: SELECT name, contact FROM contact WHERE contact NOT IN ( SELECT contact FROM contact_to_students WHERE student = whatever_id ) Appreciate the help ! -- PG
Hi guys, Can somebody help me transform this subquery in a prior 4.1 version ? Code: SELECT name, contact FROM contact WHERE contact NOT IN ( SELECT contact FROM contact_to_students WHERE student = whatever_id ) Appreciate the help ! -- PG
Jan 7, 2005 1 #2 sleipnir214 Programmer May 6, 2002 15,350 US Have you seen: http://dev.mysql.com/doc/mysql/en/Rewriting_subqueries.html Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
Have you seen: http://dev.mysql.com/doc/mysql/en/Rewriting_subqueries.html Want the best answers? Ask the best questions! TANSTAAFL!!