📓
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 Insert

PreviousAction Mysql Close ConnectionNextAction Mysql Update

Last updated 4 years ago

Was this helpful?

If you want to insert some data into your database table - use this action.

  1. Enter Table Name

  2. Define columns count you want to insert, their Name(s) and Value(s).

  3. Use Degug chackbox to see the MySql query in Console tab after you run this Action

So, if wee have a table with structure:

The Action will look like this:

Here is a video tutorial for this Action

Example Mysql table with name "testtable"