最近更新时间: 2025-02-18 16:02:00
REGEXP_COUNT 返回pattern 在source_char 串中出现的次数。
postgres=# select REGEXP_COUNT('tbase_TBase','se') from DUAL; regexp_count -------------- 2 (1 row)