RE: Forcing a sequence in a table
From: Jay Vinton (anonymous_at_discussions.microsoft.com)
Date: 06/01/04
- Next message: Eric Butts [MSFT]: "RE: Database Corruption"
- Previous message: phillipss_at_htfcu.org: "Database Size"
- In reply to: Victor Boris Arnold: "Forcing a sequence in a table"
- Next in thread: Victor Boris Arnold: "RE: Forcing a sequence in a table"
- Reply: Victor Boris Arnold: "RE: Forcing a sequence in a table"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Jun 2004 11:26:07 -0700
There is no point in worying about the physical arrangement of data. Add a column that is timestamp, autonumber, or some other scheme like max()+1 when inserting new rows. Then use an Order By clause to sort the result.
- Next message: Eric Butts [MSFT]: "RE: Database Corruption"
- Previous message: phillipss_at_htfcu.org: "Database Size"
- In reply to: Victor Boris Arnold: "Forcing a sequence in a table"
- Next in thread: Victor Boris Arnold: "RE: Forcing a sequence in a table"
- Reply: Victor Boris Arnold: "RE: Forcing a sequence in a table"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|