---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.4
alternate:
  - https://ydb.tech/docs/en/yql/reference/syntax/select/where.md
  - https://ydb.tech/docs/ru/yql/reference/syntax/select/where.md
sourcePath: ru/core/yql/reference/syntax/select/where.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/ru/llms.txt

# WHERE

Фильтрация строк в результате выполнения `SELECT` по условию в колоночной или строковой таблице.

## Пример

```yql
SELECT key FROM my_table
WHERE value > 0;
```
