Hi everyone, I am using LO Base, Firebird.
I am trying to drop the column is_in_collection from the table samples. However, when running the following query:
ALTER TABLE “samples” DROP “is_in_collection”;
I get the error below:
1: firebird_sdbc error:
*unsuccessful metadata update
*ALTER TABLE samples failed
*column is_in_collection does not exist in table/view samples
caused by
‘ALTER TABLE “samples” DROP “is_in_collection”’