Action Mysql Update

To update data in your MySQL database you need to:

  1. Enter Table name

  2. Enter count of columns you want to update.

  3. Enter each column name and it`s new value

  4. Fill in all WHERE conditions if any

The example of Mysql Update Action:

Little trick: if you want to update +1 or some else number you can write it into Equal Value block like "+1"

Last updated