Skip to content

Unable to run UPDATE statement #20

@abmusse

Description

@abmusse

Here is a simple example:

CREATE TABLE TESTTABLE (
  FIELD1 char(1) DEFAULT NULL,
  FIELD2 decimal(3,0) DEFAULT NULL
) ENGINE=IBMDB2I;

insert into TESTTABLE (FIELD1, FIELD2) values ('A', 2);

insert into TESTTABLE (FIELD1, FIELD2) values ('A', 2);

update TESTTABLE set FIELD1 = 1;

Error Code: 1031. Storage engine IBMDB2I of the table `mariatest`.`TESTTABLE` doesn't have this option

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions