Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.0.2.0
-
None
-
Windows XP SP1 Professional
Description
Documentation states that an existing column in a table can have a DEFAULT value added via the ALTER TABLE statement. Unfortunately, none of the syntax provided gives a way of accomplishing this. An equivalent command from DB2 would be:
ALTER TABLE EMPL ALTER COLUMN BONUS SET DEFAULT 1000;
Is this an error in the documentation, and omission in the product, or is there a different command to accomplish this?
Attachments
Attachments
Issue Links
- is related to
-
DERBY-396 Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN
- Closed