摘要:
select level level_num,b.* from fnd_flex_value_children_v b where b.flex_value_set_id= 1014868 and b.parent_flex_value <>'T' connect by prior b.parent_flex_value = b.flex_value start with b.flex_value ='100110210'; 阅读全文
posted @ 2011-12-14 16:17
小波Ooo
阅读(234)
评论(0)
推荐(0)