TDengine icon indicating copy to clipboard operation
TDengine copied to clipboard

Can different tag value exists in one sub table?

Open yeyypp opened this issue 1 year ago • 1 comments

I have a table, the schema is like: value1 int, value2 int TAGS host BINARY(64), location BINARY(64). Can I store data with different tag value in this sub table? like: v1, v2, ip1, beijing v3, v4, ip2, shanghai

yeyypp avatar Jan 09 '24 07:01 yeyypp

no ,what you presented is a typical super table , which the first row belong to sub table 1, another one belong to sub table 2.

yu285 avatar Jan 24 '24 07:01 yu285