为什么sql安装文件夹只有80 90 110 120
答案:1 悬赏:0 手机版
解决时间 2021-04-18 21:42
- 提问者网友:饥饿走向夜
- 2021-04-18 17:37
为什么sql安装文件夹只有80 90 110 120
最佳答案
- 五星知识达人网友:英雄的欲望
- 2021-04-18 18:52
SQLSERVER:select substring(血压, 1, charindex(血压,'/')) as 最大值, substring(血压, charindex(血压,'/'), len(血压)) as 最小值 from table
ORACLE:select substr(血压,1,instr(血压,'/') as 最大值, substr(血压,instr(血压,'/'), length
(血压)) as 最小值 from table
试试以上方法,具体截取字符串的位置和长度你自己适当调整下
ORACLE:select substr(血压,1,instr(血压,'/') as 最大值, substr(血压,instr(血压,'/'), length
(血压)) as 最小值 from table
试试以上方法,具体截取字符串的位置和长度你自己适当调整下
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯