To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
i want to combine two columns into single columns
Example :
emp1 emp2 Worktype status salary
300 100 || || ||
301 101 || || ||
302 102 || || ||
303 103 || || ||
Ouput:
EmpId
300
301
302
303
100
101
102
102
So i need to combine only emp1 & emp 2 columns only
I tried append quries but the data coming all
Any one idea on this please...