首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

update voter set time=#2007/04/28# 14:04:44# where id=1 错在哪了 请大哥指点,该如何解决

2011-12-29 
update voter set time#2007/04/28# 14:04:44# where id1 错在哪了 请大哥指点update voter set time#2

update voter set time=#2007/04/28# 14:04:44# where id=1 错在哪了 请大哥指点
update voter set time=#2007/04/28 14:04:44# where id=1 错在哪了 请大哥指点

我就是想更新时间 为什么不能更新那?

[解决办法]
time是关键字:

ACCESS数据库:
update voter set [time]=#2007/04/28 14:04:44# where [id]=1
SQL数据库:
update voter set [time]='2007/04/28 14:04:44' where [id]=1

热点排行