Files
doris/docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW DELETE_EN.md
2019-08-30 22:07:24 +08:00

254 B

SHOW DELETE

Description

This statement is used to show successful historical delete tasks performed Grammar: SHOW DELETE [FROM db_name]

example

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

keyword

SHOW,DELETE