Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里是什么意思E:
E
regexp_replace('foobarbaz', 'b(..)', E'X\\1Y', 'g')
?
使用正则表达式匹配运算符:
select * from mytable where col ~ '^.{3}(\d)'
TheE表示带有 C 样式转义的字符串常量