Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.0.2.0, 10.0.2.1, 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6
-
None
-
Normal
Description
Provide a way to drop a column from an existing table. Possible syntax would be:
ALTER TABLE tablename DROP COLUMN columnname CASCADE / RESTRICT;
Feature should properly handle columns which are used in constraints, views, triggers, indexes, etc.
Attachments
Attachments
Issue Links
- is blocked by
-
DERBY-1583 With grant revoke enabled, defining a trigger whose actions updates a table (from different schema) results in NPE
- Closed
-
DERBY-1754 sqlAuthorization mode causes Null Pointer Exception during ALTER TABLE
- Closed
-
DERBY-1847 SELECT statement asserts with XJ001 when attempted to select a newly added column in SQL authorization mode
- Closed
- is depended upon by
-
DERBY-1926 Provide documentation for ALTER TABLE DROP COLUMN
- Closed
- is related to
-
DERBY-1854 SYSCS_COMPRESS_TABLE corrupts table with a single column which is both a primary key and a foreign key
- Closed
-
DERBY-1847 SELECT statement asserts with XJ001 when attempted to select a newly added column in SQL authorization mode
- Closed
- relates to
-
DERBY-1909 ALTER TABLE DROP COLUMN needs to update GRANTed column privileges
- Closed
-
DERBY-3940 Dropping a column does not drop triggers which mention that column
- Closed
-
DERBY-396 Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN
- Closed
-
DERBY-726 How can i drop one column?
- Closed
-
DERBY-165 Droppping columns with ALTER TABLE errors out
- Closed