MySQL add 12 hours to a time field

后端 未结 5 1167
渐次进展
渐次进展 2020-12-03 21:18

I need to add 12 hours to a MySQL TIME field (not DATETIME) and I\'m having trouble.

UPDATE `events` 
SET start_time = DATE_ADD(sta         


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