This query contains an error and can not be executed.
It is recommended that you view the query feedback on the "Query Information" tab.
RQP-DEF-0177 An error occurred while performing operation 'sqlOpenResult' status='-28'.
UDA-SQL-0114 The cursor supplied to the operation "sqlOpenResult" is inactive.
UDA-SQL-0283 Metadata describing "power_rule_dim_pub_func.FUNCID" does not match results from the database.
过程分支一游标执行sql类似
select * from 【表】 where 【条件】
过程分支二游标执行sql类似
select * from (select * from 【表】where 【条件】) where 【条件】