mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update docs/en/sql-reference/statements/select/order-by.md
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
This commit is contained in:
parent
36c6d7e1c0
commit
1a4d9fec9b
@ -286,7 +286,7 @@ When `TO const_expr` not defined sequence of filling use maximum `expr` field va
|
||||
When `STEP const_numeric_expr` defined then `const_numeric_expr` interprets `as is` for numeric types as `days` for Date type and as `seconds` for DateTime type.
|
||||
When `STEP const_numeric_expr` omitted then sequence of filling use `1.0` for numeric type, `1 day` for Date type and `1 second` for DateTime type.
|
||||
|
||||
Example of query without `WITH FILL`:
|
||||
Example of a query without `WITH FILL`:
|
||||
|
||||
``` sql
|
||||
SELECT n, source FROM (
|
||||
|
Loading…
Reference in New Issue
Block a user