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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -