MySQL add days to a date

前端 未结 9 1696
夕颜
夕颜 2020-11-27 18:35

I have a table in MySQL. What would be the sql statement look like to add say 2 days to the current date value in the table?

UPDATE classes 
SET 
date = date         


        
9条回答
提交回复
热议问题