mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
10 lines
348 B
XML
10 lines
348 B
XML
<query id="getSavedDocument" action="select">
|
|
<tables>
|
|
<table name="editor_autosave" />
|
|
</tables>
|
|
<columns />
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" pipe="and" />
|
|
<condition operation="equal" column="ipaddress" var="ipaddress" pipe="and" />
|
|
</conditions>
|
|
</query>
|