dbTalk Databases Forums  

Re: repeat and until keywords

comp.databases.ingres comp.databases.ingres


Discuss Re: repeat and until keywords in the comp.databases.ingres forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roy Hann
 
Posts: n/a

Default Re: repeat and until keywords - 06-24-2003 , 07:52 AM






"M Buckle" <markbuckle30 (AT) hotmail (DOT) com> wrote

Quote:
These are reserved words, but no-one where I work seems to know why.
Can any-one shed any light on this ? They don't seem to be available for
use
in procedures.......

1> rollback

2> create procedure mb
as
begin
repeat
return ;
until 1=1;
return ;
end

E_US0979 Empty statement blocks are not allowed.
(Tue Jun 24 12:23:01 2003)
What? Are you an old RATFOR programmer? :-) I must say I do rather like
the REPEAT...UNTIL construct.

UNTIL is a reserved word because it is used in the SAVE...UNTIL command,
which is used to assign a "best before" date to a table.

REPEAT is an allowed variant of REPEATED, as in EXEC SQL REPEATED ...,
originating in QUEL.

Roy Hann (rhann at rationalcommerce dot com)
Rational Commerce Ltd.
www.rationalcommerce.com
"Ingres development, tuning, and training experts"




Reply With Quote
  #2  
Old   
Ingres Forums
 
Posts: n/a

Default Re: repeat and until keywords - 04-06-2010 , 04:43 PM






I completely love this site I came across recently. They have free
coupons for all kinds of stuff you can buy online; I used their coupon
for altrec.com and it worked beautifully.
They have a neat logo too. Check it out at CouponCodeHeaven.com
'coupon codes' (http://www.couponcodeheaven.com)


--
weannarie

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.