patikasql5

select * from film where title like '%n' order by length desc limit 5

select * from film where title like '%n' order by length offset 1 limit 5

select * from film where title like '%n' order by length offset 1 limit 5