Help for this page

Select Code to Download


  1. or download this
    SELECT event_id, tstamp FROM events 
    WHERE UNIX_TIME(tstamp) > UNIX_TIME(NOW())-600
    
  2. or download this
    SELECT event_id, tstamp FROM events 
    WHERE tstamp > DATE_SUB(NOW(),INTERVAL 10 MINUTE)