#19435955: 진행중(질의 오류 수정, 실행 코드 추가), 동작 검증 필요.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8020 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ysnglee2000 2011-01-05 12:01:43 +00:00
parent f4373b04c4
commit 247f88eeb8
5 changed files with 77 additions and 4 deletions

View file

@ -0,0 +1,11 @@
<query id="updateDocumentSyncForCUBRID" action="update">
<tables>
<table name="documents" alias="documents" />
</tables>
<columns>
<column name="documents.member_srl" var="member_srl" filter="number" />
</columns>
<conditions>
<condition operation="equal" column="documents.user_id" var="user_id" />
</conditions>
</query>