lizu18xz commented on issue #3010:
URL: 
https://github.com/apache/incubator-seatunnel/issues/3010#issuecomment-1272245216

   
   21.7.5.29 ,I used it wrong before ,needs to be specified like this
   
    -- --path /clickhouse/ch9-data/local-data
   
   https://cloud.tencent.com/developer/article/1828819  
   
   ```
   % echo -e "1\n2\n3"|clickhouse-local -S "id Int64" -N "tmp_table" -q "CREATE 
TABLE test_batch (id Int64,EventTime Date) ENGINE = MergeTree() PARTITION BY 
toYYYYMM(EventTime) ORDER BY id;INSERT INTO TABLE test_batch SELECT 
id,'2021-05-05' FROM tmp_table;" -- --path /clickhouse/ch9-data/local-data
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to