I want to select all records from TWO separate tables from MySQL that match a certain query.
I.e. I want to select all records from both table1 and table2 where the field "Username" (each table has a field username) equals a particular value. How would I go about doing this?
TIA,
Mark