I'm experimenting with the built in SQL support in the Safari Browser and I want to select a random query via Javascript.
SELECT * FROM questions ORDER BY random()
Returns not authorized to use function: random
See this screenshot.
Any suggestions?