- Extractors
- Analyze Data
Supported Queries for the Tables
The following list provides the supported queries for the assets, timeseries, timeseries_datapoints, sequences, relationships, datasets, and events table:
- The system supports `SELECT` statements on all columns like `Id`, `Name`, and so on.
- It supports operations such as filtering and joining between tables. This includes the use of `WHERE` clauses with various operators such as `=`, `IN`, `LIKE`,'AND', and 'OR'. The 'LIKE' operator 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_datapointsnumber (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).
- Join operations between the exposed DataMosaix tables are supported.
- Inner join statements are supported.
Provide Feedback