ClickHouse/docs/en/sql-reference
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
..
aggregate-functions Merge pull request #59003 from kitaisreal/revert-57519-revert-53562-group_sorted_array_function 2024-01-31 12:31:26 +01:00
data-types Merge pull request #59398 from Avogar/variant-type-func 2024-01-31 13:06:54 +01:00
dictionaries Fixed typo in documentation 2024-01-26 15:02:28 +00:00
functions Merge pull request #59398 from Avogar/variant-type-func 2024-01-31 13:06:54 +01:00
operators Add more doc examples for the EXISTS operator 2023-11-30 10:57:44 +01:00
statements Simplify what happens in SELECT all, ... [...] ORDER BY ALL 2024-02-02 09:53:35 +00:00
table-functions Merge pull request #58895 from avinzhang/patch-1 2024-01-23 23:33:35 +01:00
window-functions Remove tabs 2023-11-13 16:16:07 -05:00
_category_.yml New nav - reverting the revert 2023-03-17 21:45:43 -05:00
ansi.md replace symlinks 2022-08-28 17:34:50 -04:00
distributed-ddl.md standardize admonitions 2023-03-27 14:54:05 -04:00
formats.mdx add link to formats 2022-09-16 17:21:03 -04:00
index.md New nav - reverting the revert 2023-03-17 21:45:43 -05:00
sql-reference-links.json New nav - reverting the revert 2023-03-17 21:45:43 -05:00
syntax.md Fix anchors to settings.md 2023-12-20 18:26:36 +00:00
transactions.md Make better 2023-07-25 13:36:57 +02:00