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-12-14 18:32:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bfd1a0e33a
ClickHouse
/
tests
/
integration
/
test_executable_table_function
/
user_scripts
/
input.sh
4 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
Updated tests
2021-08-30 18:41:36 +00:00
#!/bin/bash
while
read
read_data
;
do
printf
"
Key
$read_data
\n
"
;
done
Reference in New Issue
Copy Permalink