Skip to content

Commit dd4551d

Browse files
authored
Merge pull request netology-code#1 from FFeV77/patch-1
Update select.sql
2 parents ab92aeb + e3d6460 commit dd4551d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03/select.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ ORDER BY last_name, first_name;
114114
-- выведем первые 15 записей
115115
SELECT title, length, rental_rate FROM film
116116
ORDER BY length DESC, rental_rate
117-
LIMIT 5;
117+
LIMIT 15;

0 commit comments

Comments
 (0)