INNER JOIN (Grabs all info that matches both tables)


/ Published in: SQL
Save to your folder(s)

(Grabs all info that matches both tables)


Copy this code and paste it in your HTML
  1. SELECT te.ecr_number FROM Tbl_Package tp JOIN tbl_ecr te ON te.ecp_id = tp.ecp_id WHERE Package_Number = 0

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.