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 Delete

PreviousMysql UpdateNextMysql Clear Table

Last updated 3 years ago

This instruction is for deleting items from your table.

Table name - neter table name from where you want to delete

If You want to use conditions from String variables - fill in String Conditions and delete all Number conditions

If You want to use conditions from Number variables - fill in Number Conditions and delete all String conditions

If You want to use both conditions - fill in Number Conditions and String Conditions

Example with multiple conditions:

In other words - DELETE FROM users WHERE name = [name from variable] AND age = [age from variable]