Hi ,
Im seeing the out of the Append Table task as a distinct records of the observations.
My Append Table task has the below logic,
select * from tablea
outer union corr
select * from tableb;
if tablea is having any duplicate records, then the output of the Append Table is having only one records.
Is this the default behavior of Append Table task? Kindly advice. Thanks in advance.
Regards,
Dev
@devanand31 wrote:
if tablea is having any duplicate records, then the output of the Append Table is having only one records.
Is this the default behavior of Append Table task? Kindly advice. Thanks in advance.
The target table will contain all rows from both source tables.
OUTER UNION CORR concatenates tables without removing any rows.
Combining Queries with Set Operators
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.