Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: web counter, next-page method?

From: atruter:labyrinth:au at: 8-Apr-2004 9:06

> I use LIMIT in the DB-command ...
If your DB supports rowid, and your table is query-only, then it is probably more efficient to return a block of rowid's and then cycle through them n rowids at a time with something like: select * from table where rowid in (...) Regards, Ashley