On Fri, Nov 22, 2002 at 06:20:14PM -0500, Philip Mak wrote:
> sql,query
> 

Why not just:
SELECT * FROM users, boardAdmins, boardMembers WHERE id = 5;

You're not really 'joining', since boardAdmins and boardMembers don't have the 
structure JOINs are made for (it seems).
-- 
Michael T. Babcock
CTO, FibreSpeed Ltd.     (Hosting, Security, Consultation, Database, etc)
http://www.fibrespeed.net/~mbabcock/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to