so i have this tables and i want to get certain datas for user to view and be able to POST to other page
i cant post images so i have to break this down so please bear w
the join will look like this,
SELECT a.*, c.PC_Number FROM users a INNER JOIN FA_PC b ON a.UserID = b.UserID INNER JOIN PC c ON b.PCID = c.PCID
To fully gain knowledge about joins, kindly visit the link below: