select statement....

admin

Administrator
Staff member
Hi,

I'm a bit confused here... I need to select everything from multiple tables, but am not sure why my query won't execute.

I have 3 tables in one database.

table_1
table_2
table_3

Query: select * from table_1, table_2, table_3 where name = "someName";

The data in those tables is different.

May be I need to use joins, to join 3 tables? Can't figure out how.
 
Back
Top