Group: comp.softsys.sas · Group Profile · Search for Sometnig in comp.softsys.sas
Author: "Lane, Jim"
Date: Sep 10, 2008 04:31
Hello, I have problem with combine 2 tables, let me explain one table repeseent exam terms studentId | course Id | course name | exam day | second table is exam marks studentId | course Id | pass day | mark | problem is there is no unique value to combine data. What i used is pure SQL and LEFT JOIN where i put sometnig like this SELECT field1, field2, field3 FROM first_table LEFT
|