Closed MikeKutz closed 4 years ago
Need a method(s) for dynamic indention.
eg
procedure do_something( p1 in varchar2 -- | <- tab to the open-parenthesis irregardless of the length of the name of the procedure ,p2 in varchar2 ) as begin null; end do_something;
Need a method(s) for dynamic indention.
eg