mysql: sql insert into values (插入datetime类型)

insert into tweets values('2017-03-02 15:22:22');

insert into tweets values('2017-03-02 16:34');

insert into tweets values('2017-03-02');

//末尾秒,分,时,可以依次省略,但日,月,年不可以省略
发布了1670 篇原创文章 · 获赞 357 · 访问量 234万+

猜你喜欢

转载自blog.csdn.net/tony2278/article/details/104513386