Guest_imported
New member
- Jan 1, 1970
- 0
I have tried to delete a column but I always have the following error:
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 "escuelaID" was found following "E my_table
DROP". Expected tokens may include: "CONSTRAINT". SQLSTATE=42601
And this is the sql statement that I'm using:
ALTER TABLE my_table DROP escuelaID
I'm on a DB2 system, I'll hope that someone can help me....
Thanks
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 "escuelaID" was found following "E my_table
DROP". Expected tokens may include: "CONSTRAINT". SQLSTATE=42601
And this is the sql statement that I'm using:
ALTER TABLE my_table DROP escuelaID
I'm on a DB2 system, I'll hope that someone can help me....
Thanks