On 2011-06-08 00:12, Richard Hipp wrote:

> See
> http://www.sqlite.org/src/artifact/6129adfbe7c7444f2e60cc785927f3aa74e12290for
>> ** Example:
>> **
>> **     CREATE VIRTUAL TABLE nums USING wholenumber;
>> **     SELECT value FROM nums WHERE value<10;
>> **
>> ** Results in:
>> **
>> **     1 2 3 4 5 6 7 8 9

Thanks a lot! This is exactly what I have been looking for.


Keep up the good work,

Guenther
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to