Mysql for Game Creator 2
  • Welcome!
  • Requirements and info
  • First steps
  • instructions
    • Mysql Select
    • Mysql Query
    • Mysql Insert
    • Mysql Update
    • Mysql Delete
    • Mysql Clear Table
    • Mysql close connection
    • Other
      • Encrypt String
      • Decrypt String
      • Text to Variable
      • Generate Random String
    • Question/answer
Powered by GitBook
On this page
  1. instructions

Mysql Insert

PreviousMysql QueryNextMysql Update

Last updated 3 years ago

This instruction is used for easy data insert into Mysql table

Table name - write your table name where you want to insert data

Insert Values - what do you want to insert. Enter column name and one of the data you want to insert.

Important - if you want insert string - select Column Value String and then select Column Value Number with 0 integer. If you want insert with Number - select Column Value Number and leave empty Value String.

Example of insertion of different data types: