Subject Re: [firebird-support] select every nth row
Author Dimitry Sibiryakov
> Have a database with a lot of data. To simplify plotting I would like to
> "filter" every nth row. Is there a way using a select statement to
> accomplish this?

Filtering every nth row will result in wrong picture. You rather need
min and max values of every n rows. But to accomplish that, SP also is
the most easy way.

SY, SD.