<query id="updateCounterPageview" action="update">
    <tables>
        <table name="counter_status" />
    </tables>
    <columns>
        <column name="pageview" default="plus(1)" />
    </columns>
    <conditions>
		<condition operation="in" column="regdate" var="regdate" notnull="notnull" />
    </conditions>
</query>
