I'd like to empty a database completely, without knowing the names of the tables in it.
I've tried the .tables command to list all tables in the database but it doesn't work
So the only solution I've found is to remove the database and create it again.
Is there a working command to remove all tables without removing the database itself ?
Thanks in advance