Oracle函数学习1

单行函数 a.字符串链接函数 concat() select concat('hello','你好') from dual;===hello你好spa || 管道通道符    select 'hello'||'你好' from dual;===hello你好字符串 INSTR(x, str [,start] [,n)   在 x 中查找 str,能够指定从 start 开始,也能够指定从第 n 次
相关文章
相关标签/搜索