Re: Oracle PL/SQL question

From: Campbell White <Preveal2_at_vni.net>
Date: 1997/04/23
Message-ID: <335E1C40.536C_at_vni.net>#1/1


Dmitry Shulman wrote:
>
> Is there a place somewhere where I can obtain some sample PL/SQL code?
>
> I have a table with a number and value and I want to create a new table
> combining numbers into a range if values are same.
>
> current table
> 1 a
> 2 a
> 5 b
> 6 c
> 7 c
> 8 c
>
> new table
> 1 2 a
> 3 4 - (blank)
> 5 5 b
> 6 8 c
>
> I just got a PL/SQL manual and started going over it. It would be nice
> if there was a source of programs that I could take a look at. Thanks.
> Is this the right newsgroup to post this? If this is not, please let me
> know.

"RevealNet PL/SQL Developer Knowledge Base" covers over 800 development topics with 500 reusable code examples. You can download it and try it out at http://www.revealnet.com

Best wishes,

Cam White
RevealNet, Inc.
(202) 234-8557 Received on Wed Apr 23 1997 - 00:00:00 CEST

Original text of this message