Consultor Eletrônico



Kbase P5212: Is The ALTER TABLE Statement Supported In Progress 9.1D?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/21/2005
Status: Verified

GOAL:

Is the ALTER TABLE statement supported in Progress 9.1D?

FACT(s) (Environment):

Progress 9.1D

FIX:

The ALTER command has been partially implemented in Progress 9.1D05 and higher. You may upgrade to that release to obtain support for the following statements:

ALTER TABLE [owner].table_name ADD column (column_name data_type)
ALTER TABLE [owner].table_name RENAME column column_name TO column_name
ALTER TABLE [owner].table_name RENAME TO table_name