Using regex in WHERE in Postgres

后端 未结 2 1439
伪装坚强ぢ
伪装坚强ぢ 2020-12-14 05:05

I currently have the the following query:

select regexp_matches(name, \'foo\') from table;

How can I rewrite this so that the regex is in t

2条回答
提交回复
热议问题