Hi,

How do I query to get data from 5 tables with same id. (id=1).

eg,

table1
id  data
1   blue
2   green

table2
id  data
1   yellow
3   green

table3
id  data
1   black
4   white

etc.

thanks


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

Reply via email to