Creating a time series virtual table

You can create a virtual table that is based on a time series or based on the results of an expression on a time series.

About this task

You can update or insert data through a virtual table that is based on a time series table. You cannot update or insert data through a virtual table that is based on an expression on a time series.

Procedure

To create a virtual table that is based on a table that contains a TimeSeries column, run the TSCreateVirtualTab procedure.

Results

To create a virtual table that is based on the results of an expression that is performed on a time series, run the TSCreateExpressionVirtualTab procedure.

If you alter the base table, you must drop and re-create the virtual table.