`
byebyegov5qq
  • 浏览: 1216356 次
文章分类
社区版块
存档分类
最新评论

gethpardes.sql

 
阅读更多
select x.ksppinm name,y.ksppstvl value,x.ksppdesc describ
from sys.x$ksppi x,sys.x$ksppcv y
where x.inst_id=userenv('Instance')
and y.inst_id=userenv('Instance')
and x.indx=y.indx
and x.ksppinm like '%&par%';
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics