View Single Post
 
Old 05-22-2014, 11:49 PM
chelios chelios is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: May 2014
Posts: 1
chelios is on a distinguished road
Default Merge multiple row sql query result

Hello,

I don't know how but I need to merge multiple rows to one word document. This is the problem: I have like 4 or more row query result from sql view, data is always same only for fiew colums data changes per row something like

1 1 1 2 1 1 1
1 1 1 3 1 1 1
1 1 1 4 1 1 1

How can I merge every 1 result from this example and 2,3,4 like this?

Hope someone will understand what I need . I try to solve this on sql view level but everyone suggest it is much easier to solve this while merging.

Thanks.
Reply With Quote