php - How would this SQL join work? -
I have two tables, "users" and "jobs".
User table: Jobs table: I display all jobs Want, and user's name from the user table, The contact number and email address, where the Jobs table is "Approved" from the "UserID" user table. View this query User ID Username Password Account Type Forum Name Alias Contact Number Email Address
job job job shop job job job place job date job time job rate post date approved job position by post
SELECT * FROM Jobs at INNER jobs Include users. Approved Users = User ID
Comments
Post a Comment