Skip to content

Commit 9bf36c7

Browse files
authored
Update SQL Code File.sql
1 parent 7767887 commit 9bf36c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL Code File.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ Leetcode Problem 460
529529
*/
530530

531531
SELECT view.product_id,
532-
view. store,
532+
view.store,
533533
view.price
534534
FROM( SELECT product_id, 'storel' AS store, storel AS price FROM Products
535535
UNION ALL

0 commit comments

Comments
 (0)