unable to execute the below SQL..
TEST_PARAMS total records : 1437317
unable to execute the below SQL..
select * from TEST_PARAMS where
group_id in (
select distinct all_group_list from (SELECT regexp_substr(all_group_list,'[^,]+',1,LEVEL) all_group_list
FROM TEST_PARAMS
where test_type='iOLM' and test_instance_id=1465 and group_id=0 CONNECT BY regexp_substr(all_group_list,'[^,]+',1,LEVEL) IS NOT NULL));;