MySQL Forums
Forum List  »  Newbie

Re: Mysql syntax error
Posted by: Peter Brawley
Date: August 11, 2016 10:17AM

MySQL doesn't have a function named age(), nor a function to_timestamp(). Is this what you mean?

DELETE FROM history_uint
WHERE Datediff( Curdate(), Date(history_uint.clock) ) > 30;

Options: ReplyQuote


Subject
Written By
Posted
Re: Mysql syntax error
August 11, 2016 10:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.