Skip to content

Commit

Permalink
Update SQL Code File.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkundwarp authored Sep 19, 2023
1 parent 7767887 commit 9bf36c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL Code File.sql
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ Leetcode Problem 460
*/

SELECT view.product_id,
view. store,
view.store,
view.price
FROM( SELECT product_id, 'storel' AS store, storel AS price FROM Products
UNION ALL
Expand Down

0 comments on commit 9bf36c7

Please sign in to comment.