insert into table table1 (col_date)values(null)
当然也可以更新空日期:
update table table1 set col_date = null where id = 1
这个报错不是转字符串的时候报错的,是数据库里面的值有问题,应该设置一个默认值,插入的时候如果为空就取当前时间。这个0000-00-00 00:00:00数据库转不了Timestamp使用查询语句,select * from users where user=#{user} and password=#{password}。查到数据就证明账号密码正确,差不多就证明错误。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)