Wednesday, 18 September 2013

tsql put values into single row

tsql put values into single row

this is my issue:
given the result of a select statement that is inserted into a cursor, how
can I put these values into just one row?
for example given a b c how can I achieve a,b,c ?

No comments:

Post a Comment