[DB-SIG] Creating portable Python database code

Christopher Petrilli petrilli@amber.org
Tue, 22 Feb 2000 17:01:23 -0500


Cary Collett [cary@ratatosk.org] wrote:
> 
> For me LIMIT is the big one: 
> 
> SELECT ... LIMIT 4 (return the first 4 results)
> SELECT ... LIMIT 3,5 (return the 4th through 9th rows)

Correct behaviour of scrollable cursors will get you this in a MUCH
more advanced form :-)

Chris
-- 
| Christopher Petrilli
| petrilli@amber.org