We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab92aeb commit e3d6460Copy full SHA for e3d6460
1 file changed
03/select.sql
@@ -114,4 +114,4 @@ ORDER BY last_name, first_name;
114
-- выведем первые 15 записей
115
SELECT title, length, rental_rate FROM film
116
ORDER BY length DESC, rental_rate
117
-LIMIT 5;
+LIMIT 15;
0 commit comments