【bug - postgresql】PSQLException: ERROR: column reference “id“ is ambiguous

项目场景:

        Spring cloud + Mybatis-plus + postgresql


问题描述:

        关联查询报错

PSQLException: ERROR: column reference "id" is ambiguous

原因分析:

        关联查询时两个表均有id


解决方案:

        设置表别名 a,b 

若返回对象只需要取a的id ,select a.id  即可

同理

   PSQLException: ERROR: column reference "XX" is ambiguous 

上一篇:PostgreSQL 10 安装详细步骤


下一篇:Spring Boot 2.x基础教程:使用LDAP来管理用户与组织数据