Does TDengine support writing a comment for each field?
How to write statements that support SQL?
Can TDengine only store change data, that is, if the collected data is the same as the previous time value already stored in the database, it will not be written?
Asked
Active
Viewed 20 times
0
2 Answers
0
Only table creation support comment.
In TDengine 2.x, update capability is controlled by the parameter of db creation. 0 means not able to update. 1 means only update whole row. 2 means able to update specific column of a row.
In TDengine 3.0, update is supported by default.

hook capt
- 135
- 5
0
not yet , TDengine only support comment on table but not each table field .create table field comment would be supported in future version.

jakiirun
- 1
- 1