Truncate Table
To delete the entries BUT not the table, use:
1TRUNCATE TABLE <table_name>;
See details in https://www.mysqltutorial.org/mysql-truncate-table/
To delete the entries BUT not the table, use:
1TRUNCATE TABLE <table_name>;
See details in https://www.mysqltutorial.org/mysql-truncate-table/