We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Russian
English
1 parent 724a1d1 commit 4a5f20eCopy full SHA for 4a5f20e
1 file changed
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