SHOW DELETE

Description

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

Syntax:

SHOW DELETE [FROM db_name]

Examples

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