以下の問合わせを実行します。
SELECT REGEXP_REPLACE('Hello Santa says ho ho', 'ho', 'HO!', 1, 2, 'c');
結果として'Hello Santa says ho HO!'を返します。
以下の問合わせを実行します。
SELECT REGEXP_REPLACE('Hello Santa says ho ho', 'ho', 'HO!', 1, 2, 'c');
結果として'Hello Santa says ho HO!'を返します。