Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

liquibase update row

<changeSet author="name" id="123">
    <update tableName="SomeTable">
        <column name="PropertyToSet" value="1" />
        <where>otherProperty = 'otherPropertyValue'</where>
    </update>
</changeSet>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #liquibase #update #row
ADD COMMENT
Topic
Name
5+5 =