JackieTien97 opened a new pull request, #12074:
URL: https://github.com/apache/iotdb/pull/12074

   In this pr, we enhance the insert statement in two cases:
   1. time column can be placed at any index of the column list:
   ```
   insert into root.db.d1(s1,s2,time) values(1,2,3);  
   ```
   
   2. we can add `` in time column:
   ```
   insert into root.db.d1(`time`,s1,s2) values(1,2,3);  
   ```


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