<query id="updateCommentListArrange" action="update">
	<tables>
		<table name="comments_list" />
	</tables>
	<columns>
		<column name="arrange" default="plus(1)" />
	</columns>
	<conditions>
		<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />
		<condition operation="equal" column="head" var="head" filter="number" notnull="notnull" pipe="and" />
		<condition operation="more" column="arrange" var="arrange" filter="number" notnull="notnull" pipe="and" />
	</conditions>
</query>
