This commit is contained in:
Alexey Milovidov 2022-08-28 01:36:32 +02:00
parent 8a4bacc4b7
commit d583f29a00

View File

@ -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]]),