mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
baac2e561c
Since client process the INSERT block itself, and only after, send it to the client, for example: clickhouse-client --stacktrace --input_format_null_as_default=1 --query="INSERT INTO FUNCTION null('k Int, v Tuple(Int,Int)') VALUES ()" Code: 62. DB::Exception: Cannot parse expression of type Int32 here: ): While executing ValuesBlockInputFormat: (in query: INSERT INTO FUNCTION null('k Int, v Tuple(Int,Int)') VALUES ()): data for INSERT was parsed from query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): |
||
---|---|---|
.. | ||
clickhouse-client.cpp | ||
clickhouse-client.xml | ||
Client.cpp | ||
CMakeLists.txt | ||
ConnectionParameters.cpp | ||
ConnectionParameters.h | ||
QueryFuzzer.cpp | ||
QueryFuzzer.h | ||
Suggest.cpp | ||
Suggest.h | ||
TestHint.cpp | ||
TestHint.h |