Skip to content

Commit e3d6460

Browse files
authored
Update select.sql
1 parent ab92aeb commit e3d6460

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)