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.
Provide Feedback