This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Hi! I wanted to get data in decreasing order of a field but was limited to 30 records. SELECT field FROM table
ORDER BY field DESC
LIMIT 30 |
Beta Was this translation helpful? Give feedback.
Answered by
abdelhai
Jul 4, 2022
Replies: 1 comment
-
hi, limits are documented here: https://docs.deta.sh/docs/base/sdk#fetch |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abdelhai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, limits are documented here: https://docs.deta.sh/docs/base/sdk#fetch
base doesn't support sorting by another column other than
key
(automatically sorted): https://github.com/orgs/deta/discussions/215#discussioncomment-2781638