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 Clear Table

PreviousMysql DeleteNextMysql close connection

Last updated 3 years ago

This Instruction is for deleting all data from table. Use carefuly.

This will do DELETE FROM [tablename]