How could I do this query (from PostgreSQL SQL dialect)? ```SQL SELECT * FROM student ORDER BY id DESC LIMIT (20-10+1) OFFSET 10; ```