Hi all,
I have a file with the below text, I want to search the second line(always my output exists in the second line) and get the value inside the single quote to be written to another file ...
ie., the output should be: 1.3.7 14-Sep-17.
header_version VARCHAR2 ( 20 ) := '1.1.1 07-Jan-16';
body_version VARCHAR2 ( 20 ) := '1.3.7 14-Sep-17';
Any help, please?
Thank you.