This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Replies: 1 comment
-
There are operators in Deta Base. https://docs.deta.sh/docs/base/queries#operators |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a table where I need to extract the records ordered by a field in descending order to be able to generate a top 10, top 20, top 50. What is the best way to avoid having to download the entire table and manually summarize because I do not see operators in Deta Base SDK ?
Beta Was this translation helpful? Give feedback.
All reactions