E.g. I've got two tables (User and Rights) both contianing UserID, I 
want to retrieve some UserID's from the Rights table and use those 
UserID's the get the nickname of those users from the User table.

("SELECT UserID FROM Rights WHERE...........")
("SELECT NickName FROM User WHERE...........")

Is it possible to combine those two statements?


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to