Return to Snippet

Revision: 41031
at February 11, 2011 03:30 by staley412


Initial Code
Select te.ecr_number From Tbl_Package tp join tbl_ecr te on te.ecp_id = tp.ecp_id Where Package_Number = 0

Initial URL


Initial Description
(Grabs all info that matches both tables)

Initial Title
INNER JOIN (Grabs all info that matches both tables)

Initial Tags
sql

Initial Language
SQL