/ Published in: SQL
(Grabs all info that matches both tables)
Expand |
Embed | Plain Text
SELECT te.ecr_number FROM Tbl_Package tp JOIN tbl_ecr te ON te.ecp_id = tp.ecp_id WHERE Package_Number = 0
You need to login to post a comment.
(Grabs all info that matches both tables)
SELECT te.ecr_number FROM Tbl_Package tp JOIN tbl_ecr te ON te.ecp_id = tp.ecp_id WHERE Package_Number = 0
You need to login to post a comment.