Selecting a random record (libSQL SQLite)
I have a table of questions and I would like to select a single random record to create a quiz.
In raw SQL I would use
I have no idea how to model this into a drizzle query as there only seem to be asc and desc methods on orderBy - I am using libSQL
Thanks
2 Replies