I have 3 tables, with 3 fields all the same. I basically want to select information from each table
For example:
userid = 1
I want
SELECT * FROM `random` JOIN `pandom` USING (`userid`) JOIN `landom` USING (`userid`) WHERE `userid`='1'