Subject Re: [Firebird-Architect] IN LIST
Author Roman Rokytskyy
> Hence, a way to pass indeterminate number of intervals is very great:
> select * from t where id in list '5-10,20-30,50'

How is it supposed to work with the parameters? If it doesn't, than it
requires constructing the statement on the fly which does not really differs
from a combination of BETWEEN and OR predicates.

Roman