Hey Guys...
I am trying to do a simple SQL query on 1 Database but from 2 seperate tables.
I have one table 'products' with an int id auto increment and I have another table 'items' with an int product_id . What I want to do is, make a one line SQL query that will grab any results where product_id {from table 1} = id{from table 2}
Anyone have any experience with this?
Thanks guys