Nikita Fomichev 2024-04-03 16:46:45 +02:00
parent 0b53980221
commit bc9d380e5a
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
String 1

View File

@ -0,0 +1,4 @@
-- https://github.com/ClickHouse/ClickHouse/issues/54910
SELECT toTypeName(stat_standard_id) AS stat_standard_id_1, count(1) AS value
FROM ( SELECT 'string value' AS stat_standard_id )
GROUP BY stat_standard_id_1 LIMIT 1