Oracle 多表合并查询
Posted hanbotec
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle 多表合并查询相关的知识,希望对你有一定的参考价值。
有时候我们简化了left join 或right join 也可以实现多表查询
-
<select id="getSubjectClassifyNews" resultMap="BaseResultMapCheckAdvice" parameterType="com.cnten.pbPreach.subjectclassify.model.SubjectClassify">
-
select ca.* from pb_check_advice ca,pb_subject_classify sc,pb_classify_rel_advice cra
-
where ca.check_advice_id=cra.advice_id and sc.subjectclassify_id=cra.subject_classify_id
-
and sc.subjectclassify_id=
-
and ca.check_column_id = ‘9592af517aea4af9ae2feb1434de019f‘
-
</select>
www.hanbotec.com
来源瀚博图像转载请注明
以上是关于Oracle 多表合并查询的主要内容,如果未能解决你的问题,请参考以下文章