fix show create table test issue

This commit is contained in:
megao 2024-11-05 16:56:09 +08:00
parent 4178fcfbfb
commit 1988310c48

View File

@ -22,7 +22,8 @@ CREATE TABLE system.asynchronous_metrics
( (
`metric` String, `metric` String,
`value` Float64, `value` Float64,
`description` String `description` String,
`name` String ALIAS metric
) )
ENGINE = SystemAsynchronousMetrics ENGINE = SystemAsynchronousMetrics
COMMENT 'Contains metrics that are calculated periodically in the background. For example, the amount of RAM in use.' COMMENT 'Contains metrics that are calculated periodically in the background. For example, the amount of RAM in use.'