创建test表的同时建立date型字段即可,如:
create table test (id int,begindate date)
如果有表,但要新添加一个date型字段,字段名为begindate,可以用下列语句:
alter table test add begindate date
其中,data型的时间格式有以下6种:
区别如下: