Prompt Title: Splitting rows to columns.

Created 1 year ago
Votes 0
Views 199 times
IT
0

Prompt Detail:

You can achieve this by using the `UNION ALL` operator in T-SQL to combine the results of three separate queries. Each query will extract one of the values (CST, SRF, or IRF) from the original row and create a new row with the same ScanId and Filename. Here is an example query that should accomplish what you're looking for: ``` SELECT ScanId, 'CST' AS Metric, CST AS Value, Filename FROM your_table UNION ALL SELECT ScanId, 'SRF' AS Metric, SRF AS Value, Filename FROM your_table UNION ALL SELECT ScanId, 'IRF' AS Metric, IRF AS Value, Filename FROM your_table; ``` In this query, we first select the ScanId, 'CST' as the Metric (to indicate which value we are selecting), the value of CST, and the Filename from your_table. We then use the `UNION ALL` operator to combine this result set with two additional result sets, one for SRF and one for IRF. In each of these result sets, we select the appropriate Metric and Value columns, but keep the same ScanId and Filename values. This query will return a result set with three times as many rows as the original table, but with the same ScanId and Filename values repeated for each corresponding value of CST, SRF, and IRF.
avatar
chandrika
Shared 1 prompt
Created 1 year ago

Leave a Comment

Related Tag Prompts

0
0
MySQL Database Creation.
1 year ago 2023-03-08 12:23:48 Pub
0
0
SQL
1 year ago 2023-03-09 20:39:37 sql
0
0
SQL Course Syllabus.
1 year ago 2023-03-10 11:16:27 ee
0
0
sql
1 year ago 2023-03-14 21:19:25 ds
0
0
0
0
MySQL Table Columns Retrieval.
1 year ago 2023-04-17 15:10:00 Zenby
0
0
asking for video solution
1 year ago 2023-04-22 14:48:38 Devesh
0
0
Extracting JSON data (EN)
1 year ago 2023-04-24 21:26:06 Elias Prost
0
0
Drishti Project
2 months ago 2024-02-25 17:31:41 Drishti
0
0
Drishti Project1
2 months ago 2024-02-25 17:32:54 Drishti