mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
16 lines
464 B
Tcl
16 lines
464 B
Tcl
set timeout -1
|
|
|
|
log_user 0
|
|
|
|
spawn clickhouse-client --pager=head
|
|
|
|
expect ":) "
|
|
|
|
send "select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings\r"
|
|
|
|
expect ":) "
|
|
|
|
send "quit\r"
|
|
|
|
expect eof
|