rhymix/modules/document/queries/updateBlamedCount.xml
haneul 0958542826 ticket:456 Vote/Blame 구분
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4140 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-04-23 15:34:26 +00:00

11 lines
373 B
XML

<query id="updateBlamedCount" action="update">
<tables>
<table name="documents" />
</tables>
<columns>
<column name="blamed_count" var="blamed_count" notnull="notnull" />
</columns>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
</conditions>
</query>