Depending on which version of Oracle you have, you can use the regexp_replace function: update abc set clob_val = regexp_replace(clob_val, '^(.+)(</form>)', '1< ...
確定! 回上一頁