C# Programming
04-04-2009, 01:17 PM
hai all, i got below type data from sql server through "Select" Query in the form of rows.
X 100
Y 100
Z 100
X 100
Y 100
Z 100
X 100
Y 100
Z 100
i have to retreive the data in this below format:
X Y Z
100 100 100
100 100 100
100 100 100
100 100 100
100 100 100
Thanks&Regards,
Sekhar.
X 100
Y 100
Z 100
X 100
Y 100
Z 100
X 100
Y 100
Z 100
i have to retreive the data in this below format:
X Y Z
100 100 100
100 100 100
100 100 100
100 100 100
100 100 100
Thanks&Regards,
Sekhar.