Hi,
I have a table
Sample
Col1 Col2 Col3
NULL NULL C
NULL A NULL
B NULL NULL
I want to see the output as below.
O/P:
A
B
C
Kindly Help.
Hi,
I have a table
Sample
Col1 Col2 Col3
NULL NULL C
NULL A NULL
B NULL NULL
I want to see the output as below.
O/P:
A
B
C
Kindly Help.