mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
일괄 댓글 삭제시에 대상 댓글별 trigger를 호출하고 나서 일괄 삭제하도록 하여 문제 개선 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6329 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
312 B
XML
11 lines
312 B
XML
<query id="getAllComments" action="select">
|
|
<tables>
|
|
<table name="comments" />
|
|
</tables>
|
|
<columns>
|
|
<column name="comment_srl" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="in" column="document_srl" var="document_srl" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|