Skip to content

Commit 44e9b41

Browse files
authored
Merge pull request #628 from afumagalli98/fix-script
Fixed pdb_cpu_iops.sql
2 parents 1f35426 + e3cabfb commit 44e9b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/pdb_cpu_iops.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ begin
295295
END LOOP;
296296

297297
--Daily series
298-
if v_time_series_table.COUNT > 0
298+
if v_time_series_table.COUNT > 0 then
299299
FOR v_time_series_table_index IN v_time_series_table.FIRST..v_time_series_table.LAST
300300
LOOP
301301
DBMS_OUTPUT.PUT_LINE(v_time_series_table(v_time_series_table_index));

0 commit comments

Comments
 (0)