Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order of retrieved records in any SQL Engine
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00989667
Message ID:
00989678
Views:
32
>We are in the process of converting our systems from VFP databases to SQL databases using VFP for the user interface. Of course we won't be limited to one SQL engine. We are debating if we need to add a sequence number to many of our tables to ensure the order of the retrieved records. It appears that when retrieving records from MySQL that the result record set, when retrieving on one identical key (such as invoice number), is in the same order that the records (such as invoice lines) were inserted. Is this a standard? Can I assume that this is true for other SQL engines or do we need to add a sequence number to be sure of the order?

In general, you cannot expect records in result set to be in any particular order if there's no ORDER BY clause.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform