home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases.oracle
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!yale.edu!ira.uka.de!smurf.sub.org!easix!bc3!bruno
- From: bruno@bc3.GUN.de (Bruno Cirone)
- Subject: running total (SQL query)
- Organization: private
- Date: Tue, 12 Jan 1993 18:39:53 GMT
- Message-ID: <C0r7uI.po@bc3.GUN.de>
- X-Newsreader: TIN [version 1.1 PL6]
- Lines: 25
-
- I have this table:
-
- Name Score
-
- Werner 200
- Hugo -100
- Heinz 300
- Bruno 100
-
- I want this table to be printed like the following:
-
- Name Score total
-
- Werner 200 200
- Hugo -100 100
- Heinz 300 400
- Bruno 100 500
-
- How can I do that with Oracle (without report-generator) ?
-
- --
- Bruno Cirone InterNet: <bruno@bc3.gun.de>
- Theodor-Heuss-Ring 19-21 UUCP: ...!unido!easix!flyer!bc3!bruno
- 5000 Koeln (Cologne) 1 Fax : +49-221-7710931
- FRG / Germany Tel.: +49-221-7710929
-