如何插入特定时间格式的数据
#12532
Replies: 1 comment
-
INSERT INTO root.sg1.d1(timestamp, status) VALUES (2017-11-01 16:26:55, 'active'); 已解决 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cli> INSERT INTO root.sg1.d1(timestamp, status) VALUES (45465656, 'active');
cli> INSERT INTO root.sg1.d1(timestamp, status) VALUES ('1970-08-01 20:37:45.656+0800', 'active');
Msg: 701: the measurementList's size is not consistent with the valueList's size
看文档支持DATETIME-INPUT 没看到时如何使用这种DATETIME-INPUT输入例子
Beta Was this translation helpful? Give feedback.
All reactions