SyntaxFix
Write A Post
Hire A Developer
Questions
Take a substr of the CLOB and then convert it to a char:
UPDATE IMS_TEST SET TEST_Category = 'just testing' WHERE to_char(substr(TEST_SCRIPT, 1, 9)) = 'something' AND ID = '10000239';