Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Say I have a data set select through a select query with multiple columns and rows. Rather access row by row I want to access column by column and manipulate data. How can I do that, any comments?

Thanks in advance.
Posted
Comments
ZurdoDev 14-Feb-13 10:01am    
My comment would be why? Can you explain more?
CodingLover 14-Feb-13 10:32am    
Because, each column I want to arrange in rows.
ZurdoDev 14-Feb-13 10:34am    
Microsoft SQL has a PIVOT feature. Maybe that is what you want and maybe MySQL has a similar feature?
Rai Pawan 14-Feb-13 23:43pm    
Please check whether group_concat fulfills your requirement. have a look at http://www.mysqlperformanceblog.com/2006/09/04/group_concat-useful-group-by-extension/ and http://www.artfulsoftware.com/infotree/qrytip.php?id=78
- pawan

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900