tests/queries/0_stateless$ wc -l *.sql | grep -P '^\s+0' | awk '{ print $2 }' | xargs sed -i 's/$/\n/'

This commit is contained in:
Alexey Milovidov 2021-07-06 08:45:54 +03:00
parent cdcc735d83
commit 0269e34f18
10 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
SELECT ('a', 'b').2 SELECT ('a', 'b').2

View File

@ -1 +1 @@
SELECT arrayWithConstant(-231.37104, -138); -- { serverError 128 } SELECT arrayWithConstant(-231.37104, -138); -- { serverError 128 }

View File

@ -1 +1 @@
SHOW PRIVILEGES; SHOW PRIVILEGES;

View File

@ -1 +1 @@
SELECT MONTH(toDateTime('2016-06-15 23:00:00')); SELECT MONTH(toDateTime('2016-06-15 23:00:00'));

View File

@ -1 +1 @@
SELECT YEAR(toDateTime('2016-06-15 23:00:00')); SELECT YEAR(toDateTime('2016-06-15 23:00:00'));

View File

@ -1 +1 @@
SELECT REPEAT('Test', 3); SELECT REPEAT('Test', 3);

View File

@ -1 +1 @@
SELECT QUARTER(toDateTime('2016-06-15 23:00:00')); SELECT QUARTER(toDateTime('2016-06-15 23:00:00'));

View File

@ -1 +1 @@
SELECT SECOND(toDateTime('2016-06-15 23:00:00')); SELECT SECOND(toDateTime('2016-06-15 23:00:00'));

View File

@ -1 +1 @@
SELECT MINUTE(toDateTime('2016-06-15 23:00:00')); SELECT MINUTE(toDateTime('2016-06-15 23:00:00'));

View File

@ -1 +1 @@
SELECT map('a', 1, 'b', 2) FROM remote('127.0.0.{1,2}', system, one); SELECT map('a', 1, 'b', 2) FROM remote('127.0.0.{1,2}', system, one);