This commit is contained in:
Konstantin Bogdanov 2024-09-16 15:07:40 +02:00
parent 2fce90ab76
commit 23e0e92f5f
No known key found for this signature in database

View File

@ -9,4 +9,4 @@ select * from numbers(1) into outfile '/dev/null';
select * from numbers(1) into outfile '/dev/null' and stdout;
select * from numbers(1) into outfile '/dev/null' append;
select * from numbers(1) into outfile '/dev/null' append and stdout;
" | clickhouse-format -n
" | ${CLICKHOUSE_FORMAT} -n