-
Hi, sorry if that is a dumb question, but I just can't can't figure it out: how can I control whether sorting within Thanks in advance for your help. Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
mattiaz9
Apr 15, 2023
Replies: 1 comment 1 reply
-
It's easier than you think: await db.select().from(users).orderBy(asc(users.name), desc(users.createdAt)); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AndriiSherman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's easier than you think: