奥礼网
新记
sql中定义的日期是date型,在插入语句中怎么插入
如题所述
举报该文章
相关建议 2019-11-25
sql中定义的日期是date型,在插入语句中怎么插入
插入时可以直接用
字符串
格式就可以了
如insert
into
table1(date1)
values('2012/12/13');
或
insert
into
table1(date1)
select
'2012/12/13';
温馨提示:内容为网友见解,仅供参考
当前网址:
https://aolonic.com/aa/15gw1w3wg3g53a5n53d.html
其他看法
无其他回答
相似回答
大家正在搜