ClickHouse/dbms/tests/queries/0_stateless/00368_format_option_collision.sh

4 lines
197 B
Bash
Raw Normal View History

#!/usr/bin/env bash
clickhouse-client --host=localhost --query="SELECT * FROM ext" --format=Vertical --external --file=- --structure="s String" --name=ext --format=JSONEachRow <<< '{"s":"Hello"}'