Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1f6b34

Browse files
committed
Removing duplicate with block.
1 parent 8911f97 commit a1f6b34

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

source/core/ut_suite_builder.pkb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,10 +1062,6 @@ create or replace package body ut_suite_builder is
10621062
)
10631063
)
10641064
),
1065-
gen as (
1066-
select rownum as pos
1067-
from xmltable('1 to 20')
1068-
),
10691065
suitepaths as (
10701066
select distinct substr(path,1,instr(path,'.',-1)-1) as suitepath,
10711067
path,
@@ -1075,7 +1071,7 @@ create or replace package body ut_suite_builder is
10751071
),
10761072
gen as (
10771073
select rownum as pos
1078-
from xmltable('1 to 10')
1074+
from xmltable('1 to 20')
10791075
),
10801076
suitepath_part AS (
10811077
select distinct

0 commit comments

Comments
 (0)