kezhenxu94 edited a comment on pull request #2166:
URL: https://github.com/apache/iotdb/pull/2166#issuecomment-743984573


   @jixuan1989 I've just added a simple case so this PR is complete in some 
degree, though some codes can be optimized if there are better solution in 
IoTDB, for example:
   
   - does IoDTB has a similar function like MySQL's 
`/docker-entrypoint-initdb.d/`
   - can I execute an entire SQL script from command line with `start-cli.sh`?
   - seems IoTDB CLI can't fetch all columns (`*`)? `/iotdb/sbin/start-cli.sh 
-e 'SELECT * FROM root.ln.wf01.wt01'` failed while `/iotdb/sbin/start-cli.sh -e 
'SELECT temperature FROM root.ln.wf01.wt01'` succeeded.


----------------------------------------------------------------
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.

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


Reply via email to