This commit is contained in:
hyunho 2020-12-24 03:44:27 +00:00
parent e4c465cecb
commit 8c0398c836
1 changed files with 6 additions and 0 deletions

View File

@ -595,6 +595,12 @@
order by dtype
</select>
<select id="cm.cminnigscd.exists" parameterClass="hashtable" resultClass="int">
select count(*)
from cminning a
inner join cminningscd b on a.cmino = b.cmino
where cmno = #cmno#
</select>
<select id="cm.contents" parameterClass="hashtable" resultClass="ct">
select a.*
from (