mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Fix ClickHouse document link from Russian
to English
(#1527)
This commit is contained in:
parent
724a1d1aba
commit
4a5f20e911
1 changed files with 1 additions and 1 deletions
|
@ -3167,7 +3167,7 @@ pub enum Statement {
|
|||
/// KILL [CONNECTION | QUERY | MUTATION]
|
||||
/// ```
|
||||
///
|
||||
/// See <https://clickhouse.com/docs/ru/sql-reference/statements/kill/>
|
||||
/// See <https://clickhouse.com/docs/en/sql-reference/statements/kill/>
|
||||
/// See <https://dev.mysql.com/doc/refman/8.0/en/kill.html>
|
||||
Kill {
|
||||
modifier: Option<KillType>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue