implicit_select
Allow writing simple SELECT queries without the leading SELECT keyword, which makes it simple for calculator-style usage, e.g.1 + 2 becomes a valid query.
In clickhouse-local it is enabled by default and can be explicitly disabled.