mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +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
c5df30594d
commit
e03539fdd4
@ -364,7 +364,7 @@ Result:
|
||||
└────────────┴────────────┴──────────┘
|
||||
```
|
||||
|
||||
Field `d1` does not fill in and use the default value cause we do not have repeated values for `d2` value, and sequence for `d1` can’t be properly calculated.
|
||||
Field `d1` does not fill in and use the default value cause we do not have repeated values for `d2` value, and the sequence for `d1` can’t be properly calculated.
|
||||
|
||||
The following query with a changed field in `ORDER BY`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user