Viewing 5 posts - 1 through 5 (of 5 total)
It is not the pivoted table.. Its a table with attributes stored in columns and in the input i can get any attribute to update data into the final table.
June 2, 2016 at 9:38 pm
Create table FinalResult
(Id int,
A int,
B int,
C int,
D ...
June 2, 2016 at 1:37 pm
Create table FinalResult
(Id int,
A int,
B int,
C int,
D ...
June 2, 2016 at 1:36 pm
Create table FinalResult
(Id int,
A int,
B int,
C int,
D ...
June 2, 2016 at 1:29 pm
SQLTeam.com Forums
If someone answers your question or provides a helpful response, please take a second to LIKE that reply. It's a nice way to say Thank You to someone that...
June 2, 2016 at 1:04 pm
Viewing 5 posts - 1 through 5 (of 5 total)