Skip to content

Commit

Permalink
QUERY holds multiple queries/statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored and ti-chi-bot committed Jul 16, 2024
1 parent 28b72e7 commit 7cc9f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-admin-show-ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To view the status of the currently running DDL jobs, use `ADMIN SHOW DDL`. The
- `OWNER_ADDRESS`: the IP address of the DDL owner.
- `RUNNING_JOBS`: details about the running DDL job.
- `SELF_ID`: the UUID of the TiDB node to which you are currently connected. If `SELF_ID` is the same as the `OWNER_ID`, it means that you are connected to the DDL owner.
- `QUERY`: the statement of the query.
- `QUERY`: the statements of the queries.

```sql
ADMIN SHOW DDL\G;
Expand Down

0 comments on commit 7cc9f7e

Please sign in to comment.