mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7659 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
344 B
XML
12 lines
344 B
XML
<query id="getTodayTrackbackCount" action="select">
|
|
<tables>
|
|
<table name="trackbacks" />
|
|
</tables>
|
|
<columns>
|
|
<column name="count(*)" alias="count" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="like_prefix" column="regdate" var="regdate" notnull="notnull" pipe="and" />
|
|
</conditions>
|
|
</query>
|
|
|