|
On Jan 13, 2016, at 11:48 AM, Rob <rob.couch@xxxxxxxxxxxxxx> wrote:Um … it is the same
<snip>
I am pleased with their implementation of Limit from MySQL. Would have been great if it had been implemented the same, and not so verbose...
</snip>
MySQL - SELECT * FROM Orders LIMIT 10 OFFSET 15 ( or alternatively SELECT * FROM Orders LIMIT 15, 10 )
DB2 - SELECT * FROM Orders LIMIT 10 OFFSET 15 ( or alternatively SELECT * FROM Orders LIMIT 15, 10 )
Darned if I can see a difference.
Jon Paris
www.partner400.com
www.SystemiDeveloper.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.