mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge pull request #50331 from savezed/patch-1
Update first_value.md:remove redundant 's'
This commit is contained in:
commit
6ee3740410
@ -29,7 +29,7 @@ select first_value(b) from test_data
|
||||
### example2
|
||||
The NULL value is ignored.
|
||||
```sql
|
||||
select first_value(b) ignore nulls sfrom test_data
|
||||
select first_value(b) ignore nulls from test_data
|
||||
```
|
||||
|
||||
```text
|
||||
|
Loading…
Reference in New Issue
Block a user