You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not empty, queries without FROM at the top level will read from this table instead of system.one.
6407
+
6408
+
This is used in clickhouse-local for input data processing.
6409
+
The setting could be set explicitly by a user but is not intended for this type of usage.
6410
+
6411
+
Subqueries are not affected by this setting (neither scalar, FROM, or IN subqueries).
6412
+
SELECTs at the top level of UNION, INTERSECT, EXCEPT chains are treated uniformly and affected by this setting, regardless of their grouping in parentheses.
6413
+
It is unspecified how this setting affects views and distributed queries.
6414
+
6415
+
The setting accepts a table name (then the table is resolved from the current database) or a qualified name in the form of 'database.table'.
6416
+
Both database and table names have to be unquoted - only simple identifiers are allowed.
/// The calculation of extremes does not make sense and is not necessary (if you do it, then the extremes of the subquery can be taken for whole query).
0 commit comments