摘要:
minus是获取第一张表独有的数据 intersect是获取两张表中都有的数据 union是整合两张表的数据,都有的只显示一次 union all是纯粹的两张表数据整合 2.left join(左联接) 返回包括左表中的所有记录和右表中联结字段相等的记录 select * from A left j 阅读全文
摘要:
必须保证传进去的参数不等于null.否则报如下错误 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameter 阅读全文