josefidalgo
Programmer
I need to execute a SQL statement of 5 in 5 minutes.
how can I do that in form?
how can I do that in form?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
RAND(-1) && init RAND to create different random sequences every time
timetoexecute = Datetime()+5*60
querytoexecute = sqlquery[5*RAND()+1] && assume the 5 queries are stored in an array sqlquery[1] to sqlquery[5]