I have 2 tables in my database:
TableAcontainsaId,aBId,a3, …TableBcontainsbId,b2value,b3,…
aBId is a the bId of the tableB.
I need a mysql query that selects all the records from tableA where the record from bId has b2value = ‘something’…
hate queries…
1 Answer