update order set [MeName]='a.selvey@btopenworld.com' where id=58656
当我执行这段SQL的时候出现如题错误。
奇怪的是我修改其他的字段都可以。就这个[MeName]字段不行。该字段没有外键和约束。类型长度为varchar(100)
还有就是 update order set [MeName]='a.selvey@btopenworld.com' where id=58657 我修改其他记录的这个字段都可以。就是58656这行的记录不行。
困扰了我1天了。希望博客园的大侠们能帮帮忙!
??order_a 换成这个表名 我想你们能懂我的意思
update [order] set [MeName]='a.selvey@btopenworld.com' where id=58656
这样试试吧
wo zai mysql shu ju ku zhong dou bu neng chuang jian zhe ge biao wo jian yi ni bu yao shi yong zhe ge min gan ci hui order
order 是关键字 关键字的写法左右加上 []