I am trying to add a daily snapshot to an existing .yxdb database. Does anyone have any suggestions on how to achieve this?
In SQL, I would achieve this with an insert statement like below:
Insert Into table_name as
(Select * from view/table)
Thanks,
Pat