RE: High values

2002-09-20 Thread Mercadante, Thomas F
on the column John > -Original Message- > From: DENNIS WILLIAMS [SMTP:[EMAIL PROTECTED]] > Sent: 19 September 2002 21:09 > To: Multiple recipients of list ORACLE-L > Subject: RE: High values > > John - Since nobody has replied to your question, I discussed it with a &

RE: High values

2002-09-20 Thread Justin Cave
add the NULLS LAST clause to your select statement. >John > > > -Original Message- > > From: DENNIS WILLIAMS [SMTP:[EMAIL PROTECTED]] > > Sent: 19 September 2002 21:09 > > To: Multiple recipients of list ORACLE-L > > Subject: RE: High values > &

RE: High values

2002-09-20 Thread John Dunn
: Multiple recipients of list ORACLE-L > Subject: RE: High values > > John - Since nobody has replied to your question, I discussed it with a > fellow COBOL programmer. I think that in COBOL you normally would use this > in an iterative loop, as a comparison. In SQL itself, you rarely i

RE: High values

2002-09-19 Thread DENNIS WILLIAMS
John - Since nobody has replied to your question, I discussed it with a fellow COBOL programmer. I think that in COBOL you normally would use this in an iterative loop, as a comparison. In SQL itself, you rarely iterate, so you probably don't have that much need for a HIGH-VALUE. In PL/SQL you mig