mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
14 lines
388 B
XML
14 lines
388 B
XML
<query id="getNotifyNewCount" action="select">
|
|
<tables>
|
|
<table name="ncenterlite_notify" />
|
|
</tables>
|
|
|
|
<columns>
|
|
<column name="count(*)" alias="cnt" />
|
|
</columns>
|
|
|
|
<conditions>
|
|
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
|
<condition operation="equal" column="readed" default="N" pipe="and" />
|
|
</conditions>
|
|
</query>
|