mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7499 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
517 B
XML
13 lines
517 B
XML
<query id="getCounterLog" action="select">
|
|
<tables>
|
|
<table name="counter_log" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="site_srl" var="site_srl" default="0" pipe="and" />
|
|
<condition operation="equal" column="ipaddress" var="ipaddress" pipe="and" />
|
|
<condition operation="like_prefix" column="regdate" var="regdate" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|