mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
This commit is contained in:
parent
0b53980221
commit
bc9d380e5a
@ -0,0 +1 @@
|
||||
String 1
|
@ -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
|
Loading…
Reference in New Issue
Block a user