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.
您可以使用 rlike 使用字段中包含的正则表达式连接表吗?
即选择一个。,乙。 from Table a 内连接 Table2 b on a.Field rlike b.Field2
即表2数据:Field1 Field2 David ^D(a|o)vid Test a ^Test
刚刚发现我可以做到这一点。
选择一个。,乙。 来自 Table1 a, Table2 b 其中 b.Field1 rlike a.Field2