mysql中为表增加外键_在MySQL中为日期添加日期

mysql中为表增加外键

One of my customers recently asked me to increment the date field on an event in their database by 14 days because their upcoming event got delayed. I knew the SQL statement would be simple and after doing some quick research, I found the magical SQL:

我的一位客户最近要求我将他们数据库中某个事件的日期字段增加14天,因为他们即将发生的事件被延迟了。 我知道SQL语句很简单,并且在进行了一些快速研究之后,发现了神奇SQL:

UPDATE events SET date_starts = DATE_ADD(date_starts,INTERVAL 14 DAY) WHERE event_id = 3;

This works on DATE and DATETIME field types. Note that it's "14 DAY" and not "14 DAYS".

这适用于DATE和DATETIME字段类型。 请注意,它是“ 14 DAY”而不是“ 14 DAY S ”。

翻译自: https://davidwalsh.name/add-dates-mysql

mysql中为表增加外键

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值