+ -
当前位置:首页 → 问答吧 → oracle sql 代码

oracle sql 代码

时间:2011-04-19

来源:互联网

select distinct id
                    from names
                   where tid = 'AREACODE'
                     And dsc like '%' || v_areacode

其中的dsc like '%' || v_areacode是什么意思
谢谢!!!!

作者: pingshane   发布时间: 2011-04-19

'%' || v_areacode
通配符 连接符 变量

作者: doitbest   发布时间: 2011-04-19