我正在使用 HPQC/ALM 11.00 版,我想编写一个 sql 语句来检索每个运行 ID 的通过、失败、阻止等的步骤数。
我尝试编写一个 for 循环,但查询生成器抛出“Quality Center 无法运行查询,因为它包含无效语句”
select runids in (select rn_run_id from run)
loop
select r.rn_run_id from run r where r.rn_run_id = runids.rn.run_id
end loop;
数据库类型 = 甲骨文