I'm trying to delete a single record from a table.
The SQL I'm using is:
DELETE FROM FOREST.CODE_LOOKUP
WHERE COLU_LOOKUP_TYPE = 'ACTS' AND COLU_LOOKUP_ID = 'S';
I've confirmed that this record exists, and there is only one that contains these two values.
But when I execute the script, it just runs and runs until I cancel it.
I'm not sure what I'm doing wrong here...
Thanks,
Amber
The SQL I'm using is:
DELETE FROM FOREST.CODE_LOOKUP
WHERE COLU_LOOKUP_TYPE = 'ACTS' AND COLU_LOOKUP_ID = 'S';
I've confirmed that this record exists, and there is only one that contains these two values.
But when I execute the script, it just runs and runs until I cancel it.
I'm not sure what I'm doing wrong here...
Thanks,
Amber