Ooooo. I've got a headache trying to understand joins. I'm definitely NOT a
database guru.

Why in the world doesn't this work?


SELECT dacspriv_name
FROM dacspriv
WHERE dacspriv_id not in (SELECT dacspriv_id
FROM dacs_access JOIN users
ON dacs_access.user_id=users.user_id
WHERE users.username='sator')

Susan Ator 
Online Services Engineer 
National Public Radio 
Distribution Division 
[EMAIL PROTECTED] 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to