多表查询时mysql语句报错
Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'XX' in where clause is ambiguous
原因
多表查询时,where后的不同表的同字段没有指定表
解决
不同表的同字段一定指定表(其一表名.同字段名)
标签:ambiguous,jdbc,jdbc4,clause,MySQLIntegrityConstraintViolationException,mysql,Cau From: https://www.cnblogs.com/wyz5/p/16600517.html