mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix test
This commit is contained in:
parent
8a4bacc4b7
commit
d583f29a00
@ -3,8 +3,8 @@ SELECT
|
|||||||
ceil(1),
|
ceil(1),
|
||||||
ceil(1),
|
ceil(1),
|
||||||
char(49),
|
char(49),
|
||||||
CHAR_LENGTH('1'),
|
lengthUTF8('1'),
|
||||||
CHARACTER_LENGTH('1'),
|
lengthUTF8('1'),
|
||||||
coalesce(1),
|
coalesce(1),
|
||||||
concat('1', '1'),
|
concat('1', '1'),
|
||||||
corr(1, 1),
|
corr(1, 1),
|
||||||
@ -12,7 +12,7 @@ SELECT
|
|||||||
count(),
|
count(),
|
||||||
covarPop(1, 1),
|
covarPop(1, 1),
|
||||||
covarSamp(1, 1),
|
covarSamp(1, 1),
|
||||||
DATABASE(),
|
currentDatabase(),
|
||||||
dateDiff('DAY', toDate('2020-10-24'), toDate('2019-10-24')),
|
dateDiff('DAY', toDate('2020-10-24'), toDate('2019-10-24')),
|
||||||
exp(1),
|
exp(1),
|
||||||
arrayFlatten([[1]]),
|
arrayFlatten([[1]]),
|
||||||
|
Loading…
Reference in New Issue
Block a user