关于mybatis返回map集合的操作: 1.mapper.xml中写一个查询返回map的sql <select id="findMap" parameterType="com.sxd.swapping.domain.HuaYangArea" resultType="java.util.HashMap"> select hy.uid, hy.area_name from hua_yang_area AS hy <where>
oracle中,任何字符串与null比较得到的结果都是null,而 oracle的判断条件为null时就退出判断(?) 因此判断某个字符串是否在一个集合中时,not in 和 in的结果完全不一样,如 select * from airport_heliport t where t.airport_heliport_uuid in ( select 'e6513669-8cb7-41d9-85af-11ab26930790' from dual union select null from d