In previous posts I showed how you can manage SQL scripts lifecycle with the help of Oracle Developer ... a_end_pos integer ) return varchar2 is begin return substr( a_string, a_start_pos, a_end_pos - a_start_pos+1 ); end; create or replace package test ...
↧