DB2 400 drop column

后端 未结 6 1865
北荒
北荒 2021-02-07 09:02

I want to drop a column called id which is an auto incrementing PK.

The SQL:

alter table \"CO88GT\".\"XGLCTL\" drop column id cascade;
         


        
6条回答
  •  太阳男子
    2021-02-07 09:42

    green screen -- STRSQL will give you error msg to answer

    alter table devlibsc/trklst drop column "ST"

    Change of file TRKLST may cause data to be lost. (C I)

提交回复
热议问题