首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

select查询return_root(o.proxy_number,0) root解决方法

2012-04-06 
select查询return_root(o.proxy_number,0) root1.代码如下select o.*,return_root(o.proxy_number,0)FIRS

select查询return_root(o.proxy_number,0) root


1.代码如下
select o.*,return_root(o.proxy_number,0)"FIRSTTRADER" 

from tb_asmts_openanaccountresponse o 

where o.response_time>='2012-02-01'

and o.response_time<'2012-03-01';


问题:
1.红色标记的含义是什么,就是他是一个什么样的实现过程
2.我能从结果中看到: 查询的结果中,多了FIRSTTRADER这个列  



I just want to know what is the mean of 'root'? 


[解决办法]

SQL code
--用下面的语句就能看到你要的函数内容select   *   from   user_source   where   TYPE= 'FUNCTION' and  name = 'return_root' 

热点排行