Skip to content

Commit

Permalink
Update sql-statements/sql-statement-show-plugins.md
Browse files Browse the repository at this point in the history
Co-authored-by: kennytm <[email protected]>
  • Loading branch information
2 people authored and ti-chi-bot committed Apr 10, 2024
1 parent e15c3a5 commit 51bb5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-show-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ summary: An overview of the usage of SHOW PLUGINS for the TiDB database.

```ebnf+diagram
ShowPluginsStmt ::=
"SHOW" "PLUGINS" ("LIKE" stringLit | "WHERE" column "=" stringLit)?
"SHOW" "PLUGINS" ShowLikeOrWhere?
```

## Examples
Expand Down

0 comments on commit 51bb5b2

Please sign in to comment.