rhymix/modules/referer/queries/deleteRefererStat.xml

8 lines
231 B
XML

<query id="deleteRefererStat" action="delete">
<tables>
<table name="referer_statistics" />
</tables>
<conditions>
<condition operation="equal" column="host" var="host" notnull="notnull" />
</conditions>
</query>