On 24 Dec 2010, at 12:47pm, Simon Slavin wrote:

> Precalculate five sets of minimum and maximum bounds:
> 
> min11 = max((<#randomnumber>  % 255)-10,0)
> max11 = min((<#randomnumber>  % 255)+10,255)
> 
> Then you can just seize the ten values you need from the table and use them 
> to make up your SELECT command.

Sorry, replace the 'seize the ten values you need from the table' with 'use 
those ten values'.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to