Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
-
Linux
Description
When I try to drop columns using ALTER TABLE command I get the following error, irrespective of me using "column" keyword in addition to the drop keyword.
---------------------ERROR REPORT------------------------------------------
ij> alter table test_linux drop column dept;
ERROR 42X01: Syntax error: Encountered "drop" at line 1, column 24.
ij> alter table test_linux drop dept;
ERROR 42X01: Syntax error: Encountered "drop" at line 1, column 24.
---------------------ERROR REPORT------------------------------------------
Attachments
Issue Links
- is related to
-
DERBY-396 Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN
- Closed
-
DERBY-1489 Provide ALTER TABLE DROP COLUMN functionality
- Closed