Author: Venkata Ramayya
Subject: how to split records based on specific value using SORT
Posted: Wed Sep 28, 2016 3:20 am (GMT 5.5)
Hi,
Can someone help me on this?
I have a record like below it should be split into two records it finds 'where'
i/p
o/p
Code'd
Thanks
Venkat
Subject: how to split records based on specific value using SORT
Posted: Wed Sep 28, 2016 3:20 am (GMT 5.5)
Hi,
Can someone help me on this?
I have a record like below it should be split into two records it finds 'where'
i/p
Code: |
update user-table set username='xyz' where username='abc' |
o/p
Code: |
update user-table set username='xyz' where username='abc' |
Code'd
Thanks
Venkat