mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
12 lines
476 B
XML
12 lines
476 B
XML
<query id="deleteDeclaredDocumentLog" action="delete">
|
|
<tables>
|
|
<table name="document_declared_log" />
|
|
</tables>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
|
<group pipe="and">
|
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" pipe="and" />
|
|
<condition operation="equal" column="ipaddress" var="ipaddress" pipe="and" />
|
|
</group>
|
|
</conditions>
|
|
</query>
|