Jump to content

Playlists Active SQL " Table Of The Day"?


Spacegoogie

Recommended Posts

Can someone provide me with a working SQL table of the day script?

I can not get any I find or ones I put together working right. Can get the random table to load but its not the same table as it should be for the whole day. I can not get the date part of the script right.

 

 

My SQL (not working, only loading one random table each time)

SELECT * FROM Games WHERE EMUID= '1'
LIMIT(1) ORDER BY RANDOM(".date("Ymd").")

 

 

 

 

 

Thanks for the help! 

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...