Supported Queries for the Tables
The following list provides the supported queries for the assets, timeseries, timeseries_datapoints, sequences, relationships, datasets, events, labels, and files table:
- The system supportsSELECTstatements on all columns likeId,Name, and so on.
- It supports operations such as filtering and joining between tables. This includes the use ofWHEREclauses with various operators such as=,IN,LIKE,AND, andOR. TheLIKEoperator is supported by string and text type columns and not supported by numeric, Boolean and other type of columns. For more information, refer to the following table:Columns Not Supported by LIKE OperatorTable DetailsColumn DetailsAssetsnumber (id,parentid,rootid,datasetid), date and time (createdTime,lastUpdatedTime).Timeseriesnumber type (id,assetid,datasetid), date and time (createdtime,lastUpdatedTime), Boolean (isStep,isString).Timeseries Data Pointsnumber (timeseriesid,valuenumeric), date and time (timestamputc), Boolean (isStep,isString).Sequencesnumber type (id,assetid,datasetid), date and time (createdtime,lastUpdatedTime), Boolean (isStep,isString).Relationshipsnumber type (id,assetid,datasetid), date and time (createdtime,lastUpdatedTime), Boolean (isStep,isString).Datasetsnumber type (id,assetid,datasetid), date and time (createdtime,lastUpdatedTime), Boolean (isStep,isString).eventsnumber type (id,assetid,datasetid), date and time (createdtime,lastUpdatedTime), Boolean (isStep,isString).Labelsnumber type (id,assetid,datasetid), date and time (createdtime,lastUpdatedTime), Boolean (isStep,isString).Filesnumber type (id,assetid,datasetid), date and time (createdtime,lastUpdatedTime), Boolean (isStep,isString).
- Join operations between the exposedFactoryTalk DataMosaix SaaStables are supported.
- Inner join statements are supported.
The following list provides the supported data types for the dynamic entities (space, data model, container, views instances) table:
- The system supportsSELECTstatements on all columns likeId,Name, and so on.
- It supports operations such as filtering and joining between tables. This includes the use ofWHEREclauses with various operators such as=,IN,LIKE,AND, andOR. TheLIKEoperator is supported by string and text type columns and not supported bynumeric, boolean, string, text, int64, float64, float32, boolean, timestamp, date, Enum. For more details on entity schema, refer to the following table:Supported Data Types for Dynamic EntitiesTable DetailsColumn DetailsSpacevarchar (name,description), date and time (createdTime,lastUpdatedTime), Boolean (isGlobal).Data modelvarchar (name,description,space,externalId), date and time (createdTime,lastUpdatedTime).Containervarchar (name,externalId,space,usedFor), date and time (createdTime,lastUpdatedTime).Viewvarchar (name,space,externalId,usedFor), date and time (createdTime,lastUpdatedTime).
NOTE:
By default, the data points for the last 24 hours will be returned but the user can also use the timestamputc column to fetch any relevant time range data points.
Provide Feedback