``` clickhouse-local --query "SELECT * FROM table" --input-format CSV --structure 's String, d Decimal64(10)' <<<'"Hello", 123456789' ``` This command will yield logical error.
This command will yield logical error.