Answers for "delete data part of clean mysql"

SQL
2

how to clear command prompt when using MySQL

For window use "! cls"
For Linux use "Ctrl + L"
Posted by: Guest on February-22-2021
3

delete all content in table mysql

TRUNCATE tablename
Posted by: Guest on March-21-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language