Skip to content

Commit 5fbff9e

Browse files
remove comment regarding G-1050 in G-6010
1 parent 6c89749 commit 5fbff9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4-language-usage/6-dynamic-sql/g-6010.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Having the executed statement in a variable makes it easier to debug your code (
1313
declare
1414
l_next_val employees.employee_id%type;
1515
begin
16-
execute immediate 'select employees_seq.nextval from dual' -- violates also G-1050
16+
execute immediate 'select employees_seq.nextval from dual'
1717
into l_next_val;
1818
end;
1919
/

0 commit comments

Comments
 (0)