Update docs/en/sql-reference/statements/select/order-by.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
michon470 2021-07-28 04:18:33 +03:00 committed by GitHub
parent d541cd5c00
commit 08a7140882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 query without `WITH FILL`:
Example of query without `WITH FILL`:
``` sql
SELECT n, source FROM (