Action Mysql Update
Last updated
Was this helpful?
Last updated
Was this helpful?
To update data in your MySQL database you need to:
Enter Table name
Enter count of columns you want to update.
Enter each column name and it`s new value
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"