‘order‘ is a reserved keyword and should be quoted
Posted 吹灭读书灯 一身都是月
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了‘order‘ is a reserved keyword and should be quoted相关的知识,希望对你有一定的参考价值。
记一次数据库的插入数据异常:
我设置了订单表的名称为order,没想到他是一个关键字;
然后我就测试了很久;
解决方法:
使用mybatis 的时候加上`
`order`
不过也说明我建表的格式不对,建表的名称可以在前面加个t_, 比如说t_order表,这样就不会出现这个关键字冲突的问题(我开始用的是 mybatis_plus,更是难以发觉问题)
所以还是要建表规范!
以上是关于‘order‘ is a reserved keyword and should be quoted的主要内容,如果未能解决你的问题,请参考以下文章
为啥 Firefox 给出语法错误,class is a reserved identifier?
kudu报错:Got out-of-order key column : name:“ACCOUNT“ type:STRING is_key: true is_nullable: false
kudu报错:Got out-of-order key column : name:“ACCOUNT“ type:STRING is_key: true is_nullable: false
kudu报错:Got out-of-order key column : name:“ACCOUNT“ type:STRING is_key: true is_nullable: false
2019-07-24 运行报错Parsing error: The keyword 'import' is reserved
[ExtJS5学习笔记]第二十七节 CMD打包错误 Error C2009: YUI Parse Error (identifier is a reserved word => debu