SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, ALTNOTOCB
  ALTER TABLE may not be used to change a column to computed

  Explanation:  The ALTER clause of the ALTER TABLE statement was
  used to change an existing column with a data type to a computed
  column.

  User Action:  Use the DROP clause of the ALTER TABLE statement
  to drop the existing column and the ADD clause to add a computed
  column.
Close Help