Hi,
I want to run the following update query:
UPDATE OPSUM SET OPSUM.OP_CODE = "DRILL", OPSUM.SUBCODE = "CMTD"
WHERE (((OPSUM.OP_CODE)="DRLCMT" AND ((OPSUM.SUBCODE)="0");
This doesn't update anything, but if I remove the criteria opsum.opcode='0' it does fill this field with 'cmtd'. But I only want to fill the opsum.subcode fields without any entries with 'cmtd'.
thanks
Kjell
I want to run the following update query:
UPDATE OPSUM SET OPSUM.OP_CODE = "DRILL", OPSUM.SUBCODE = "CMTD"
WHERE (((OPSUM.OP_CODE)="DRLCMT" AND ((OPSUM.SUBCODE)="0");
This doesn't update anything, but if I remove the criteria opsum.opcode='0' it does fill this field with 'cmtd'. But I only want to fill the opsum.subcode fields without any entries with 'cmtd'.
thanks
Kjell