Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Did the query return any rows

Re: Did the query return any rows

From: absinth <absinth_at_gmail.com>
Date: 22 May 2005 17:44:20 -0700
Message-ID: <1116809060.073455.300330@g47g2000cwa.googlegroups.com>


Couldn't you grep for it?

grep '^No rows selected' blah.out

if [[ $? -eq 0 ]]
then

     xxxxx
fi Received on Sun May 22 2005 - 19:44:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US