Hi i have trouble with this mysql query.

OK, i have 3 different tables.

Tabel 1: building_info
id
name
price
and other
table 2:queue
id
building_id
table 3:buildings_built
building_id

Ok, now i want to make a query that gets the data from building_info where
it is not pressent in the queue and the buildings_built table.

I have managed to get this to work with only 2 tables. So that i can get the
things that are not present in the building_queue or in the buildings_built

Anyony have a nice solution for this?

/Alexander


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

Reply via email to