×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




By convention, if not by definition, SQL repositories have no concept of
ordering. The only ordering is imposed at query time by the ORDER BY
clause. Also by definition, a deleted row is completely gone from the
table. (It may be recovered from the journal.)

The concept that records have a "place" in a file (a RRN, that is) is a
legacy from older definitions of the System38-AS400 database and is kept
only for backwards compatibility. Other database software systems have
no concept of relative record number or arrival sequence.

All the modern databases do have a sequential numbering facility. You
can use that to maintain something like arrival sequence. You use a
field (column) to do it.

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Kurt Anderson
Sent: Thursday, February 11, 2010 1:55 PM
To: 'Midrange Systems Technical Discussion'
Subject: SQL REUSEDLT

Is there a REUSEDLT(*NO) equivalent in SQL's Create Table? (I didn't
have any luck in finding one on the web.)

We're at v5r4.

Thanks,

Kurt Anderson
Sr. Programmer/Analyst
CustomCall Data Systems

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/midrange-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.