RE: High values

2002-09-20 Thread Mercadante, Thomas F
-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 fellow COBOL programmer. I think that in COBOL you

RE: High values

2002-09-20 Thread John Dunn
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 iterate, so you probably don't have

RE: High values

2002-09-20 Thread Justin Cave
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 John - Since nobody has replied to your question, I discussed

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