Tuesday, 27 August 2013

oracle SQL.merge multiple coloumns

oracle SQL.merge multiple coloumns

I have data as below
A B
= 1
= 2
!= 3
= 4
!= 5
I need to put these into one coloumn so that all '!=' are below "=" data
and with '!=' as dummy row
1
2
4
!=
3
5

No comments:

Post a Comment