home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!cert!netnews.upenn.edu!prijat!jaguar.uofs.edu!littlec1
- From: littlec1@jaguar.uofs.edu (Chris Little)
- Newsgroups: comp.databases.oracle
- Subject: Compressing table after DELETE ?? - Thanks for help
- Message-ID: <1993Jan24.224220.1@jaguar.uofs.edu>
- Date: 25 Jan 93 03:42:20 GMT
- Sender: news@prijat.cs.uofs.edu
- Organization: University of Scranton
- Lines: 17
- Nntp-Posting-Host: jaguar.uofs.edu
-
-
- I have a table with a column of type number. This column is a form of
- keying mechanism, in that the keys are the row numbers. That is, rows
- 1 through 10 have keys 1 through 10. I always want this to be the case.
-
- Two questions:
-
- 1: How do I maintain this after deleting a single row with a
- single DELETE statement?
-
- 2: How do I maintain this after deleting multiple rows with a
- single DELETE statement?
-
- --
- Chris Little, Programmer/DBA University Computing Systems
- University of Scranton
- LITTLEC1@JAGUAR.UOFS.EDU Scranton, PA 18510
-