Mysql - select from 3 tables plus join somehow?
Mysql - select from 3 tables plus join somehow? I got three tables with data: guestbook_comments, news, messages. then i have a fourth table, data_connect, in which i can insert rows which have a filed called data_id which matches with the id of a row of one of the three data-tables. Now i want to select all rows from that data-tables, whose uid have a match in the fourth table data_connect. Im trying on this for days, but couldnt get it to work. Can someone give me a hint?
Thanx, Sven
|