Hello everyone,
1/ I want to do a sql query that transform the result from row to column like it’s shown in the picture. Is it possible ?
2/ How can I update the second table with the first one ?
Hello everyone,
1/ I want to do a sql query that transform the result from row to column like it’s shown in the picture. Is it possible ?
2/ How can I update the second table with the first one ?
2
Answers
You could use in the query
If you use this query, you could get the result you want.
Thank you
There are several ways that you can transform this data.
Create Table:
Unpivot table: