作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 oracle 中加入两个表:
表格1
Jira ID|bugz url(string)
-------|---------
1234 |http-url-897654
1235 |http-url-158974
1236 |http-url-158975\nhttp-url-158972
BUG_ID(int)|Stuff
-------|---------
897654 |Stuff
158974 |Stuff
158975 |Stuff
https://example.com/show_bug.cgi?id=1958615 <-- this is the BUG_ID
最佳答案
怎么样:
select ...
from table1
join table2
on substr(table1.bugz_url, -7) = to_char(table2.bug_id);
关于sql - oracle DB - 加入一个凌乱的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46362480/
我是一名优秀的程序员,十分优秀!