Join Discord
Powered by
``` SELECT array_agg(id) FROM questions ORDER BY...
# sql
g
Günhan
07/17/2022, 3:28 PM
Copy code
SELECT array_agg(id) FROM questions ORDER BY random() LIMIT 10;
did the trick, thanks!
Previous
Next