SELECT * FROM `votes` WHERE `forserverid`='518' AND `date` ?????
The date columns contains a unix timestamp, how do I make it so it only shows rows where the unix timestamp in the date column is less than X time (3 hours in my case). i want to do this filter within the mysql query if possible.
Thanks :)