📓
Mysql for Game Creator 1
  • Mysq for GC1 Documentation
  • Mysql for Game Creator
    • Getting started
    • Setup and usage
      • Mysql Actions
        • Action Use WebGl
        • Action Mysql Connect
        • Action Mysql Close Connection
        • Action Mysql Insert
        • Action Mysql Update
        • Action Mysql Select
        • Action Mysql Delete
        • Action Mysql Clear Table
        • Action Mysql Select To UI
        • Action Mysql Query
      • Other Actions
        • Action Text to Variable
        • Action Encrypt and Decrypt data
        • Action Generate random string
        • Action Check Internet Connection
        • Action Base64 Image to UI Image
      • Condition If Connected To Internet
      • "Life Hacks"
        • Update +1
        • WebGL Action
        • Working with Variables
    • FAQ
    • Roadmap
Powered by GitBook
On this page

Was this helpful?

  1. Mysql for Game Creator
  2. Setup and usage
  3. Mysql Actions

Action Mysql Update

PreviousAction Mysql InsertNextAction Mysql Select

Last updated 4 years ago

Was this helpful?

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"