ClickHouse/dbms/tests/queries/0_stateless/00702_where_with_quailified_names.sql

2 lines
159 B
MySQL
Raw Normal View History

SELECT concat(func.name, comb.name) FROM system.functions AS func CROSS JOIN system.aggregate_function_combinators AS comb WHERE func.is_aggregate LIMIT 5;