답글

3일

xml

<query id="updateDocumentsSecret" action="update">
    <tables>
       <table name="documents" />
    </tables>
    <columns>
       <column name="status" var="secret" notnull="notnull" /> <!-- status 컬럼을 SECRET으로 설정 -->
    </columns>
    <conditions>
       <condition operation="in" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
    </conditions>
</query>