Re: LOOP blows!



* I Wrote on Fri, 08 Feb 2008 11:49:27 +0530:
|
| There are two `initializations' in execution of LOOP, [as I tried to make
| clear].
|
| One: INITIALLY. All variables are initialized at the beginning --- but
| before staring the first iteration. the INITIALLY clause is executed
| after this phase.
|
| Two: At beginning of each iteration. All variables in the FOR clauses
| are initialized in this phase.

I admit that it can be admitted that there is an ambiguity here, so I'll
offer my previous messages as rebranded as humble suggestions at an
interpretation. :)

--
Madhu
.



Relevant Pages

  • Re: Evaluating Exceptions, Try Except and Try Finally
    ... error occurs during execution. ... statementList2 (the finally clause) is executed. ... exception is raised during execution of statementList1, ... THE IF THEN ELSE STATEMENT DOCUMENTATION IS JUST AS FUCKED:)' ...
    (alt.comp.lang.borland-delphi)
  • Re: Sorting Problem
    ... "nomi" wrote in message ... Only by running SELECT clause and specify ORDER BY clause you can ... >>> I presume that it has something to do with collations, ... >>> Here is the output of the query after different execution of the sp. ...
    (microsoft.public.sqlserver.programming)
  • Re: SET NOLOGGING in JDBC url?
    ... It's right it does not have a where clause, the query *should* run ... execution at a time ... isolation level could be the key in this case. ...
    (comp.databases.ingres)
  • Re: Order of execution in logical expressions
    ... It tells the optimizer that only one value will return. ... GlacierI'm a little confused about order of execution in logical ... error, even though that clause would never be executed, because all PK_IDs ... This question arose because of a sub-query in an UPDATE TRIGGER: ...
    (microsoft.public.sqlserver.tools)
  • Re: [python] using try: finally: except
    ... [Tim Peters] ... was it that the order of execution was fixed, ... a 'finally' clause had to be the last clause in a ... most common confusion was over whether the code in the 'finally' ...
    (comp.lang.python)