This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-11 01:54:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aa40f9d35a
ClickHouse
/
tests
/
queries
/
0_stateless
/
01891_echo.reference
9 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
clickhouse-client: echo queries only after "{ echo }" hint Before this patch clickhouse-client interprets the whole queries and if "{ echo }" found, it starts echoing queries, but this will make it impossible to skip some of lines.
2021-06-01 05:54:27 +00:00
1
-- { echo }
select 1;
1
clickhouse-client: add echoOn/echoOff hints
2021-06-01 05:54:28 +00:00
2
-- { echoOn }
select 2;
2
Reference in New Issue
Copy Permalink