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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -