博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sql04
阅读量:6928 次
发布时间:2019-06-27

本文共 321 字,大约阅读时间需要 1 分钟。

select decode(substr(FZPRIVIDSTR,0 ,instr(FZPRIVIDSTR,',')-1),'','1','0')  as  col1, decode(substr(FZPRIVIDSTR,5 ,3),'','1','0')  as col2 ,
decode(substr(FZPRIVIDSTR,9 ,3),'','1','0')  as col3,decode(substr(FZPRIVIDSTR,13 ,3),'','1','0')  as col4
        from users

转载于:https://www.cnblogs.com/umlzhang/archive/2012/09/24/2700067.html

你可能感兴趣的文章
Python 文件 next() 方法
查看>>
背水一战 Windows 10 (71) - 控件(控件基类): UIElement - RenderTransform(2D变换), Clip(剪裁)...
查看>>
spring mvc中获取请求URL
查看>>
android------Eclipse Memory Analyzer (MAT)
查看>>
nginx反向代理配置(nginx.conf+proxy_set_header)
查看>>
15道刁钻古怪的谷歌面试题及答案
查看>>
C# winform DataGridView 常见属性
查看>>
读书是为了什么?
查看>>
DICOM-RT:放疗领域中的各种影像
查看>>
C# 线程同步
查看>>
深度学习及机器学习框架对比摘要
查看>>
【转】Oracle 自定义函数语法与实例
查看>>
013-提升状态
查看>>
Office 2016 安装你所必须要注意的事项
查看>>
MonolithFirst
查看>>
java.lang.IllegalArgumentException: Request header is too large 解决方案
查看>>
Word在转PDF的过程中如何创建标签快速方便阅读(图文详解)
查看>>
python字符串(string)方法整理
查看>>
amazeui时间组件测试
查看>>
《数据科学家访谈录》读书笔记
查看>>