I am trying to drop a column from the table ASSOCIATED_PAGE_QUESTION and I give the following command
ALTER TABLE ASSOCIATED_PAGE_QUESTION DROP COLUMN question_name
There are no constrains associated to this column however this gives me the following error
ALTER TABLE ASSOCIATED_PAGE_QUESTION DROP COLUMN question_name
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0104N An unexpected token "COLUMN" was found following "D_PAGE_QUESTION
DROP". Expected tokens may include: "CONSTRAINT". SQLSTATE=42601
Can someone help me out