lead2gold Posted August 17, 2007 Share Posted August 17, 2007 Basically at the end of the day i want to do this: SELECT (row1,row2,row3) AS mergedrows FROM table Then i was hoping to interate through your typical fetch look and only have to read the 'mergedrows' id. Is it possible to concatinate multiple rows into 1? Chris Quote Link to comment Share on other sites More sharing options...
Illusion Posted August 18, 2007 Share Posted August 18, 2007 GROUP_CONCAT() is of interest........ Quote Link to comment Share on other sites More sharing options...
js_280 Posted August 18, 2007 Share Posted August 18, 2007 --Deleted-- Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.