Forum Discussion

Meg_Srikaran's avatar
Meg_Srikaran
Frequent Visitor
8 years ago

Append two tables from postgres with only distinct fundcodes

Hi I'm trying to append two tables where I'm trying to avoid duplicate fundcodes from table2 below is my sample code.   In my output table im only getting data from table2 and nothing from table1 ...