ClickHouse/tests/queries/0_stateless/02971_functions_to_subcolumns_map.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
161 B
Plaintext
Raw Normal View History

SELECT `m.size0` AS `length(m)`
FROM t_func_to_subcolumns_map
2
1
SELECT __table1.`m.size0` AS `length(m)`
FROM default.t_func_to_subcolumns_map AS __table1
2
1