Hi,

I'm baffled.  Been lookin at this for the last hour now.

SELECT worker.fname,worker.lname,worker.workerid FROM
worker,webprojectassign WHERE worker.workerid!=webprojectassign.workerid
ORDER BY worker.lname ASC;

That's the SQL in question.  There's currently nothing in the
webprojectassign table.  So shouldn't this SQL just return the
fname,lname,workerid from the "workers" table?  Could someone just
explain to me why this doesn't work the way I expected it to?

Maybe I'm doing something wrong.

THANKS!

Best Regards,
--
Tyler Longren
J.D. Web Services, L.C.


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

Reply via email to