Is it TimeSeries or HISTORY table available for row tables? Is it possible to run:
CREATE HISTORY ROW TABLE table_name ...
or
CREATE ROW TABLE (
...
) SERIES (
....
)
Is it TimeSeries or HISTORY table available for row tables? Is it possible to run:
CREATE HISTORY ROW TABLE table_name ...
or
CREATE ROW TABLE (
...
) SERIES (
....
)