ClickHouse/tests/integration/test_executable_dictionary/user_scripts/input_implicit.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
74 B
Bash
Raw Normal View History

2021-12-25 13:34:17 +00:00
#!/bin/bash
while read read_data;
do printf "Key $read_data\n";
done