Dear friends,
I need to merge two column when i use select query example...
My table having..
code name
1 sara
1 Jhon
2 ram
2 rahim
select code,name from detail where id = 1
O/P is
1 sara
1 jhon
but i need to Show with single row
O.p should be..
1 sara/Jhon
Any possible to merge two records?
Please Help me..
Very Urgent..