insert into tweets values('2017-03-02 15:22:22');
insert into tweets values('2017-03-02 16:34');
//末尾秒,分,时,可以依次省略,但日,月,年不可以省略
mysql:sql insert into * values * (插入datetime类型)
最新推荐文章于 2025-05-26 14:01:19 发布
insert into tweets values('2017-03-02 15:22:22');
insert into tweets values('2017-03-02 16:34');
//末尾秒,分,时,可以依次省略,但日,月,年不可以省略