Rename calculation script
Summary
Rename calculation scriptContent
Hi,
I am trying to rename and drop calculation script.
alter object 'AGG.csc' of type calc_script rename to 'MAGG.csc';
alter object 'AGG' of type calc_script rename to 'MAGG';
Getting error as 'Syntax error near ['of']
When I try to drop calc script
drop calculation 'STAT.STATDB.AGG'
I get syntax error near end of statement error.
Any suggestions on this please
0