Skip to content

Commit 81b1327

Browse files
authored
Update recursive-cte-queries.sql
1 parent f2c2986 commit 81b1327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql-queries-8/what-are-common-table-expressions/recursive-cte-queries.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ FROM
3131
EnrollmentProgression
3232
ORDER BY
3333
student_id, active_year
34-
LIMIT 20;
34+
LIMIT 20;

0 commit comments

Comments
 (0)