Search found 1 match

by kkrause
Mon Dec 18, 2006 2:04 pm
Forum: Application DBA & System Administration
Topic: Default sorting column in table
Replies: 2
Views: 895

by definition, a relational database doesn't store records in any type of order. If you needed this, you'll need to look into using a view, personalizations or maybe create an index-organized table, which I believe you can sort by.