Edit

SHOW DELETE

description

This statement is used to show the history of successful delete tasks

Syntax:

SHOW DELETE [FROM db_name]

example

  1. Show all historical delete tasks of database
SHOW DELETE FROM database;

keyword

SHOW,DELETE