Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. user_applications
  2. -----------------
  3. user_id
  4. job_id
  5. application_dt
  6. status
  7.  
  8. SELECT * {or pick your specific fields here}
  9. FROM tblJobApplications AS ja
  10. INNER JOIN tblJob AS j ON ja.job_id = j.job_id
  11. WHERE ja.user_id = ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement