Hi there ,
Please assist
I have two table
WL WL_1
C1 C2 C3 C1 C2 C4
1 2 3 11 22 33
I need to achieve-
WL_final
C1 C2 C4 C3
11 22 33
1 2 3
What should I do to achieve WL_final ?
Do I need to do union ?
when doing union -
I got this error msg
Conversion failed when converting date and/or time from character string.


