Forum Discussion

MAruna's avatar
MAruna
Helper I
3 years ago

Combine two column's into single column

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...

1 Reply