Hi, What's the correct syntax to access rows in a FOR loop? I'm writing a PL/PgSQL doc and seem to be making a mistake somewhere. I am referring to this: [<<label>>] FOR record | row IN select_clause LOOP statements END LOOP; How do I access the rows within the for loop? row.field? Thanks, -Roberto -- Computer Science Utah State University Space Dynamics Laboratory Web Developer USU Free Software & GNU/Linux Club http://fslc.usu.edu My home page - http://www.brasileiro.net/roberto
- Re: [SQL] PL/PgSQL FOR syntax Roberto Mello
- Re: [SQL] PL/PgSQL FOR syntax Jie Liang