- 5
- 0
- 约3.98万字
- 约 41页
- 2018-03-05 发布于浙江
- 举报
[计算机]sql知识点总结
oracle中提供的函数
一:substr函数
In oracle/PLSQL, the substr functions allows you to extract a substring from a string.
The syntax for the substr function is:
substr( string, start_position, [ length ] )
说明:
string is the source string.
start_position is the position for extraction. The first position in the string is always 1.
length is optional. It is the number of characters to extract. If this parameter is omitted, substr will return the entire string.
For example:
substr(This is a test, 6, 2) would return is
substr(This is a test, 6) would return is a test
substr(TechOnTheNet
您可能关注的文档
最近下载
- 世界地理 超星尔雅学习通满分答案章节测验.doc VIP
- 2026北京中考语文精细复习资料(考纲导向·备考大全).pdf
- 二界沟渔港工程梁板式高桩码头结构毕业设计.doc VIP
- 高桩码头毕业设计浙江省苍南巴艚中心渔港工程样本.pdf VIP
- 2025年燃气管道项目可行性研究报告.docx VIP
- 22CJ110-1 防火玻璃及其门窗幕墙系统建筑构造——恒保防火玻璃系统产品 参考图集.docx
- 2025年神经外科简答试题及答案.docx
- wefp升级电气火灾监控系统说明书wefps主机.pdf VIP
- 10.1相交线对顶角及其性质第1课时课件 沪科版(2024)数学 七年级下册.pptx VIP
- 新版《建设工程监理规范》(GB50319-2022)基本表式总表.pdf VIP
原创力文档

文档评论(0)