regexp_count

最近更新时间: 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)