我正在开发一个RegEx,用于在Posgresql中使用C#作为测试。当我在Postgresql查询中包含RegEx时。它没有用。
为什么不返回具有" titulo"的行?类似于" Produto one"," Produto two"如果我的错误是愚蠢的,但我真的迷失了,不能理解为什么它不起作用,请原谅我。
select * from produto where titulo like '(?=[Produto]{6,7})P?r?o?d?u?t?o'
我也试过了。
select * from produto where titulo like '%(?=[Produto]{6,7})P?r?o?d?u?t?o%'
我已经定义了" titulo"列为char(100)