Skip to content

Commit a299130

Browse files
authored
Update rowcount.sql
1 parent 1aef52a commit a299130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/rowcount.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
set serveroutput on
22

33
declare
4-
name varchar2(50);
5-
tag varchar2(50);
4+
name varchar2(150);
5+
tag varchar2(150);
66
result varchar2(10);
77
cursor c_table is
88
select TABLE_NAME, NUM_ROWS, OWNER

0 commit comments

Comments
 (0)