Skip to content

Commit

Permalink
admin show ddl: Fix EBNF (#17896) (#17981)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 16, 2024
1 parent 2c63642 commit 5c118c6
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 @@ -16,7 +16,7 @@ AdminShowDDLStmt ::=
'JOBS' Int64Num? WhereClauseOptional
| 'JOB' 'QUERIES' NumList
| 'JOB' 'QUERIES' 'LIMIT' m ( ('OFFSET' | ',') n )?
)
)?
NumList ::=
Int64Num ( ',' Int64Num )*
Expand Down

0 comments on commit 5c118c6

Please sign in to comment.