Skip to content

Commit 70df1f1

Browse files
committed
Runtime: 512 ms (Top 73.59%) | Memory: 0B (Top 100.00%)
1 parent ab26b0b commit 70df1f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/database/R/Rearrange Products Table/Rearrange Products Table.sql

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
SELECT
1+
-- Runtime: 512 ms (Top 73.59%) | Memory: 0B (Top 100.00%)
2+
ELECT
23
product_id,
34
'store1' AS store,
45
store1 AS price
56
FROM Products
67
WHERE store1 IS NOT NULL
7-
8+
89
UNION ALL
910

1011
SELECT
@@ -21,4 +22,4 @@ SELECT
2122
'store3' AS store,
2223
store3 AS price
2324
FROM Products
24-
WHERE store3 IS NOT NULL
25+
WHERE store3 IS NOT NULL

0 commit comments

Comments
 (0)