php - How would this SQL join work? -


I have two tables, "users" and "jobs".

User table: User ID Username Password Account Type Forum Name Alias ​​Contact Number Email Address

Jobs table:

  job job job shop job job job place job date job time job rate post date approved job position by post   

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

  SELECT * FROM Jobs at INNER jobs Include users. Approved Users = User ID    

Comments

Popular posts from this blog

sql - Return Function using Cursor -

javascript - Is there any way to add a new parameter to a function programmatically? -

sql server - How to use pivot in this table -