mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
11 lines
467 B
SQL
11 lines
467 B
SQL
-- Tags: no-fasttest
|
|
-- Tag no-fasttest: depends on cld2
|
|
|
|
-- https://github.com/ClickHouse/ClickHouse/issues/64931
|
|
SELECT detectLanguageMixed(materialize('二兎を追う者は一兎をも得ず二兎を追う者は一兎をも得ず A vaincre sans peril, on triomphe sans gloire.'))
|
|
GROUP BY
|
|
GROUPING SETS (
|
|
('a', toUInt256(1)),
|
|
(stringToH3(toFixedString(toFixedString('85283473ffffff', 14), 14))))
|
|
SETTINGS allow_experimental_nlp_functions = 1;
|