Re: SQL Selection Set Questions

From: William Zhou <wzhou_at_auzuri60.gis.zurich.com.au>
Date: 1997/01/03
Message-ID: <01bbf91a$c8fe1020$ccf000cb_at_pcid2368>#1/1


Assume you are not doing programming.
You can use "select into" statement and do further task against the selection set.

Larry W. Berman <WebMaster_at_HyperNetUSA.com> wrote in article <32c98789.46209273_at_news.intnet.net>...
> After performing a SQL select on a table, I need to then know how to work
> with the selection set to:
>
> 1. Step through each record (row)
> 2. Retrieve the value for a specific field in each row
> 3. Set the value of a specific field in each row
> 4. Run another SQL select with an "order by" parameter against the first
> selection set to create a new sorted set.
>
> Thanks for your help.
>
> Larry Berman
>
  Received on Fri Jan 03 1997 - 00:00:00 CET

Original text of this message