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:
michon470 2021-08-02 20:14:09 +03:00 committed by GitHub
parent c5df30594d
commit e03539fdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` cant 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` cant be properly calculated.
The following query with a changed field in `ORDER BY`: