Mysql Insert

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:

Last updated