Search Results

Search: Posts Made By: Peasant
2,349
Posted By Peasant
BEGIN { IGNORECASE=1 } /^\(/,/^\)/ { # lets...
BEGIN {
IGNORECASE=1
}
/^\(/,/^\)/ { # lets find out the table name and fill array.
if ( $1 !~ /\(|\)/ ) {
if ( match($0,/(from [a-z_]+)/)) {
table=substr($0,RSTART+5,RLENGTH-5)
}
a[$0]...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 09:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy