I have one table name called tblOperation. I would like to get the output row to column.
E.g:
SNO Operation
---------------------
1 OP10
2 OP20
3 OP20
. .
. .
N N
I need below output format:
OP10 OP20 OP30.....N
How to do it.
Please help me to solve this query.