I am trying to change a table name in IBM netezza Aginity workbench on win7.
I can read the table but I cannot change its name.
When I run :
ALTER table my_database.username.my_table rename to my_database.username.my_table_new
I got error:
ALTER TABLE permission denied
When I did this as admin in Linux server where I run nzsql and entered into "system(admin)=> " and ran the same command, I got:
ERROR: Cross Database Access not supported for this type of command
Any help would be appreciated.
thanks