skywp edited a comment on issue #2261: Oracle update update error
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2261#issuecomment-486173201
 
 
   > Project use mybatis to connect the databases。
      Here is my mapper xml file.
     `<update id="updateBy" parameterType="api.entity.ActtrEntity">`
           `update <include refid="table"/>`
           `<set>`
               `CORP_BR_NO = #{corpBrNo,jdbcType=VARCHAR},`
               `OPN_BR_NO = #{opnBrNo,jdbcType=VARCHAR},`
               `AC_NO = #{acNo,jdbcType=VARCHAR},`
               `SPLIT_TABLE_KEY = #{splitTableKey,jdbcType=VARCHAR},`
           `</set>`
           `<where>`
                `rowid = #{rowid,jdbcType=VARCHAR}`
           `</where>`
      ` </update>`
   
   I wanna update data by using rowid,but something wrong.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to