mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
12 lines
451 B
XML
12 lines
451 B
XML
<query id="getTrackbackCountByIPAddress" action="select">
|
|
<tables>
|
|
<table name="trackbacks" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
|
|
<condition operation="equal" column="ipaddress" var="ipaddress" notnull="notnull" />
|
|
</conditions>
|
|
</query>
|