We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aef52a commit a299130Copy full SHA for a299130
samples/rowcount.sql
@@ -1,8 +1,8 @@
1
set serveroutput on
2
3
declare
4
- name varchar2(50);
5
- tag varchar2(50);
+ name varchar2(150);
+ tag varchar2(150);
6
result varchar2(10);
7
cursor c_table is
8
select TABLE_NAME, NUM_ROWS, OWNER
0 commit comments