Skip to content

Instantly share code, notes, and snippets.

@tschf
Created October 1, 2020 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tschf/6ed812e5abd616a20b228030430c9c47 to your computer and use it in GitHub Desktop.
Save tschf/6ed812e5abd616a20b228030430c9c47 to your computer and use it in GitHub Desktop.
array chains
declare
begin
for i in
1..3<b>,
7..10</b>
loop
dbms_output.put_line(i);
end loop;
end;
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment