In a shell script we can connect to a Database using sqlplus on unix.
can i perform the same thing inside an awk script?
i need to access the output of a select query inside an awk script.is that possible?
In a shell script we can connect to a Database using sqlplus on unix.
Share
I’d do the query and feed the output of it into awk:
Just like any other command: