ClickHouse/docs/en/sql-reference/statements
Robert Schulze dd484fc312
Simplify what happens in SELECT all, ... [...] ORDER BY ALL
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.
2024-02-02 09:53:35 +00:00
..
alter Merge branch 'ClickHouse:master' into bring_back_attach_partition_pr 2024-01-28 17:43:38 -03:00
create Implemented failed login attempt counting using quota 2024-01-29 23:20:38 +00:00
select Simplify what happens in SELECT all, ... [...] ORDER BY ALL 2024-02-02 09:53:35 +00:00
_category_.yml
attach.md
check-table.md
delete.md
describe-table.md
detach.md
drop.md
exchange.md
exists.md
explain.md Add index to table system.numbers (#50909) 2023-12-01 19:59:25 +01:00
grant.md
index.md
insert-into.md Update insert-into.md: Clarify position of SETTINGS clause 2023-12-22 11:40:46 +00:00
kill.md
move.md
optimize.md Try to fix broken links 2023-12-06 08:48:56 +00:00
rename.md Update rename.md 2024-01-19 21:55:41 +01:00
revoke.md
set-role.md
set.md
show.md
system.md update docs 2024-01-08 12:40:05 +00:00
truncate.md
undrop.md
use.md
watch.md