1. 程式人生 > >mysql:sql insert into * values * (插入datetime型別)

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');
//末尾秒,分,時,可以依次省略,但日,月,年不可以省略