Mysql Delete
Last updated
Last updated
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
In other words - DELETE FROM users WHERE name = [name from variable] AND age = [age from variable]