Clearing or removing data
% Clear time series with ts_ids in the range 10-15
SQL_ClearRemove('ts',10:15,0);
% Remove time series with ts_ids in the range 10-15
SQL_ClearRemove('ts',10:15,1);
% Clear operations with op_ids in the range 100-200
SQL_ClearRemove('ops',100:200,0);Last updated
Was this helpful?