hi,
does anybody know how to change a table with some values: row_A(1), row_A(2), row_A(3) into a table with values: column_A(1), column_B(2), column_C(3) with a stored procedure?
Ex.
column_A column_A | column_B | column_c
row_A 1 1 2...
hi,
I have a problem with my report format.
I use stored procedure to generate a report from some templates, which contain many input variables (ex. A, B, C).
The report should look like:
A, B, and C.
Currently, my condition is:
CASE WHEN @A != '' THEN @A + ',' + SPACE(1) ELSE '' END+
CASE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.