Hi there,
You can use the below statement:
Insert into Table ( Select * from "CalculationView")
You can encapsulate this in the procedure if it as to be scheduled and called.
Regards,
Krishna Tangudu
Hi there,
You can use the below statement:
Insert into Table ( Select * from "CalculationView")
You can encapsulate this in the procedure if it as to be scheduled and called.
Regards,
Krishna Tangudu