首页 > 编程语言 > 详细

java mybatis Column 'AAA' in where clause is ambiguous

时间:2019-11-03 18:41:43      阅读:87      评论:0      收藏:0      [点我收藏+]

 

  

  今天在java mybatis项目中遇到一个问题,“java mybatis Column ‘AAA‘ in where clause is ambiguous”, 这是由于在多表连接查询的时候,遇上有相同的字段,这个需要设置一下表名的前缀:

例:

select * from lw_table lt where lt.column =  ‘xxxx‘

在相关的地方加上lt前缀就可以了。这个错误也提醒开发写条件语句的时候最好是附上表明的前缀。

java mybatis Column 'AAA' in where clause is ambiguous

原文:https://www.cnblogs.com/chenmz1995/p/11788126.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!