Skip to content

Commit f7ade1b

Browse files
Update Advanced SQL Puzzles Solutions.sql
1 parent 9694768 commit f7ade1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Advanced SQL Puzzles/Advanced SQL Puzzles Solutions.sql

+2-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,8 @@ GO
829829
-------------------
830830
--Missing Numbers
831831
--Solution 1
832-
--This solution provideds a method if you need to window/partitition the recordsWITH cte_Rank
832+
--This solution provides a method if you need to window/partition the records
833+
WITH cte_Rank
833834
AS
834835
(
835836
SELECT SeatNumber,

0 commit comments

Comments
 (0)