Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with subquery MySql 1

Status
Not open for further replies.

pgferro

Programmer
Aug 21, 2001
111
0
0
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top