我查询一个在一列中有另一个表名的表。我必须得到搜索该表的列值。mip1 from table1 where mip1=184425 and startmi1=0 group by mip1,startmi1 having count(*)>=4);
内部选择语句返回我可以写类似的东西吗,或者应该使用Pl/Sql。
我想从另一个表中保存名称的表中获取数据。如下面所述,尝试获得此结果将导致从嵌套选择仅中获得结果。select * from (select value from ex_scheme.ex_tab where name = 'ex_name.current_table_name')
我的意思是,我得到的结果和刚刚select value from ex_scheme.ex_tab where name = 'ex_name.current_table_name