mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 05:03:20 +00:00
dd484fc312
Previously setting `enable_order_by_all` distinguished for ORDER BY ALL whether we should sort by column 'all' (if given in the SELECT clause) or by all columns. The actual behavior was not always intuitive. Now, we throw unconditionally an exception which also simplifies the handling a bit. Only an edge case is affected and if users really want to run ORDER BY ALL on a column names 'all', they can alias it. |
||
---|---|---|
.. | ||
alter | ||
create | ||
select | ||
_category_.yml | ||
attach.md | ||
check-table.md | ||
delete.md | ||
describe-table.md | ||
detach.md | ||
drop.md | ||
exchange.md | ||
exists.md | ||
explain.md | ||
grant.md | ||
index.md | ||
insert-into.md | ||
kill.md | ||
move.md | ||
optimize.md | ||
rename.md | ||
revoke.md | ||
set-role.md | ||
set.md | ||
show.md | ||
system.md | ||
truncate.md | ||
undrop.md | ||
use.md | ||
watch.md |