Skip to content

Commit

Permalink
Update sql-statement-admin-show-ddl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzx2001 authored Jul 27, 2022
1 parent 89e834c commit eae7f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-statements/sql-statement-admin-show-ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ You can only search the running DDL job corresponding to `job_id` within the las
ADMIN SHOW DDL JOB QUERIES LIMIT n, m; # Retrieve rows [n+1, n+m]
ADMIN SHOW DDL JOB QUERIES LIMIT m OFFSET n; # Retrieve rows [n+1, n+m]
```

where n and m are integers greater or equal to 0.

```sql
Expand Down

0 comments on commit eae7f8a

Please sign in to comment.