mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3268 201d5d3c-b55e-5fd7-737f-ddc643e51545
18 lines
782 B
XML
18 lines
782 B
XML
<query id="getRegistedTrackbacks" action="select">
|
|
<tables>
|
|
<table name="trackbacks" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="more" column="regdate" var="regdate" notnull="notnull" />
|
|
<group pipe="and">
|
|
<condition operation="like_prefix" column="ipaddress" var="ipaddress" notnull="notnull" />
|
|
<condition operation="equal" column="url" var="url" pipe="or" />
|
|
<condition operation="equal" column="blog_name" var="blog_name" pipe="or" />
|
|
<condition operation="equal" column="title" var="title" pipe="or" />
|
|
<condition operation="equal" column="excerpt" var="excerpt" pipe="or" />
|
|
</group>
|
|
</conditions>
|
|
</query>
|