"GROUP" is used as a column name wity 'CHAR' type.
I have to increase the column length, but I get this following error message.
ALTER TABLE "DB2.FAQA_GROUP" specified attributes for column "GROUP" that are not compatible with the existing column.
ALTER TABLE <Table-name>
ALTER COLUMN group
SET DATA TYPE char(10)