/ Published in: MySQL

Truncate or Delete a table only if it exists can not be done with a single line query.
We can achieve it with dynamic querying with a stored procedure.
We can achieve it with dynamic querying with a stored procedure.
Comments
