We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Russian
English
1 parent 724a1d1 commit 996a750Copy full SHA for 996a750
src/ast/mod.rs
@@ -3167,7 +3167,7 @@ pub enum Statement {
3167
/// KILL [CONNECTION | QUERY | MUTATION]
3168
/// ```
3169
///
3170
- /// See <https://clickhouse.com/docs/ru/sql-reference/statements/kill/>
+ /// See <https://clickhouse.com/docs/en/sql-reference/statements/kill/>
3171
/// See <https://dev.mysql.com/doc/refman/8.0/en/kill.html>
3172
Kill {
3173
modifier: Option<KillType>,
0 commit comments