To summarize, the PL/pgSQL FOR loop appears as follows, compared to a Java for cycle: FOR i IN 1 .. 10 BY 1 LOOP -- computation here END LOOP; // Java style ...
確定! 回上一頁