views:

12

answers:

0

here's my query

CREATE EVENT reset  ON SCHEDULE AT TIMESTAMP  DO UPDATE `ndic`.`students` SET `status` =  '0';  

how can i update status to "0" at 1 pm every day i mean what should i put instead of TIMESTAMP?