ClickHouse/tests/integration/test_executable_table_function/user_scripts/input.sh
2021-12-28 22:55:31 +03:00

4 lines
70 B
Bash
Executable File

#!/bin/bash
while read read_data; do printf "Key $read_data\n"; done