Sign in
◑
Theme
apache
/
datafusion-sqlparser-rs
/
refs/heads/postgres-root-operators-display-space
/
.
/
fuzz
/
fuzz_seeds
/
order_limit.sql
blob: 28958482cb8c51fb87a91bb287b8d22ce8024dc1 [
file
]
SELECT
a
FROM
t
ORDER
BY
a
ASC
,
b
DESC
NULLS LAST LIMIT
10
OFFSET
5