No complex WHERE clause possible

Description

On http://www.liquibase.org/documentation/changes/update.html it is described how to build an UPDATE statement containing a WHERE-clause.
however, it is not possible (an nowhere described) to build a complex WHERE-clause using AND/OR operator:

UPDATE cat.person SET address = NULL WHERE address = 'A String' AND sound LIKE '%meow%' OR loves = 'milk';

Environment

MySql 5.6

Activity

Show:

Details

Reporter

Affects versions

Priority

Created September 30, 2014 at 8:18 AM
Updated September 30, 2014 at 8:18 AM

Flag notifications