ClickHouse/docs/es/sql-reference/functions/logical-functions.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

23 lines
644 B
Markdown

---
machine_translated: true
machine_translated_rev: 3e185d24c9fe772c7cf03d5475247fb829a21dfa
toc_priority: 37
toc_title: "L\xF3gico"
---
# Funciones lógicas {#logical-functions}
Las funciones lógicas aceptan cualquier tipo numérico, pero devuelven un número UInt8 igual a 0 o 1.
Cero como argumento se considera “false,” mientras que cualquier valor distinto de cero se considera “true”.
## y, Y operador {#and-and-operator}
## o, operador O {#or-or-operator}
## no, NO operador {#not-not-operator}
## xor {#xor}
[Artículo Original](https://clickhouse.tech/docs/en/query_language/functions/logical_functions/) <!--hide-->