I am having two tables - T1 and T2
T1
Targetable_status(column name)
abc
efg
hij
T2
SubStatus(column name)
xyz
mno
I want to merge two column ("Targetable_status" & "SubStatus") data into single column.
Expected result -
Final_status
abc
efg
hij
xyz
mno
Please help me in above issue
@sunny_talwar @vinieme12