jiazhili-dawnlight opened a new issue #1759:
URL: https://github.com/apache/incubator-iotdb/issues/1759


   support
   ```
   insert into root.test2.wf01.wt0 (time,json ,`status` ) values (111,"abcddf" 
,true  )
   ```
   but not support
   ```
   insert into root.test2.wf01.wt01 (json ,`status`,time ) values ("abcddf" 
,true,111  )
   ```
   get error msg
   
   Msg: 401: line 1:34 mismatched input 'json' expecting {'.', '('}


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to