Revision: 41031
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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