electricphp
Programmer
I have 4 tables named:
prod, prod_b, prod_c, prod_d
the tables all have have an identifying prod_id
How can I write a query that pulls all fields from each table for the record where prod_id = 1
SELECT * ...
prod, prod_b, prod_c, prod_d
the tables all have have an identifying prod_id
How can I write a query that pulls all fields from each table for the record where prod_id = 1
SELECT * ...