Quick one - I'm a newbie. The following Group by logic is not working. What am I missing?.
Thanks for the help. I'm sure it is a semi-colon or something in the wrong place.
Code:
SELECT
Sec_Key,
Sec_SourceKey
FROM SecurityMaster_Source
UNION ALL Select
Sec_Key,
Sec_SourceKey
FROM...