mysql - SQL Timestamp Where clause 30 mins ago -


how can see if time stamp >= 30 mins ago? sorry if not descriptive enough idk else say.

now()-1800<=$the_time_stamp 

the above wrong, should be

unix_timestamp()-1800<=$the_time_stamp 

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -