mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Update docs/ru/sql-reference/aggregate-functions/reference/exponentialmovingaverage.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
This commit is contained in:
parent
1b62120c1a
commit
e7c091b4f0
@ -61,7 +61,7 @@ exponentialMovingAverage(x)(value, timestamp)
|
||||
Запрос:
|
||||
|
||||
```sql
|
||||
exponentialMovingAverage(5)(temperature, timestamp)
|
||||
SELECT exponentialMovingAverage(5)(temperature, timestamp);
|
||||
```
|
||||
|
||||
Результат:
|
||||
|
Loading…
Reference in New Issue
Block a user