mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Remove strange visible backslashes
This commit is contained in:
parent
3a3d815c76
commit
48c91881a0
@ -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-->
|
||||
|
Loading…
Reference in New Issue
Block a user