I need a way to summarize employee records into one totalled record by SSNo where any given employee may have more than one employee number. This is because they may have quit and been rehired during the year. Each employee number record has numeric field1 field2 field 3 field 4 and we have to create an output file where only one record is created with all the numeric fields added up in it. How do I do this in T-SQL?
TIA,
MMund
TIA,
MMund