mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4292 201d5d3c-b55e-5fd7-737f-ddc643e51545
16 lines
625 B
XML
16 lines
625 B
XML
<query id="updateSession" action="update">
|
|
<tables>
|
|
<table name="session" />
|
|
</tables>
|
|
<columns>
|
|
<column name="member_srl" var="member_srl" filter="number" default="0" />
|
|
<column name="expired" var="expired" />
|
|
<column name="val" var="val" notnull="notnull" />
|
|
<column name="ipaddress" default="ipaddress()" />
|
|
<column name="last_update" default="curdate()" />
|
|
<column name="cur_mid" var="cur_mid" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="session_key" var="session_key" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|