未验证 提交 48c91881 编写于 作者: A alexey-milovidov 提交者: GitHub

Remove strange visible backslashes

上级 3a3d815c
......@@ -22,14 +22,14 @@ Strings are compared by bytes. A shorter string is smaller than all strings that
## equals, a = b and a == b operator {#function-equals}
## notEquals, a != b and a \<\> b operator {#function-notequals}
## notEquals, a != b and a <> b operator {#function-notequals}
## less, \< operator {#function-less}
## less, < operator {#function-less}
## greater, \> operator {#function-greater}
## greater, > operator {#function-greater}
## lessOrEquals, \<= operator {#function-lessorequals}
## lessOrEquals, <= operator {#function-lessorequals}
## greaterOrEquals, \>= operator {#function-greaterorequals}
## greaterOrEquals, >= operator {#function-greaterorequals}
[Original article](https://clickhouse.tech/docs/en/query_language/functions/comparison_functions/) <!--hide-->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册