On 7/30/2010 5:40 AM, Igor Tandetnik wrote:
> chris23879<chris23...@blueyonder.co.uk>  wrote:
>> I'm tring to create a paging function in sqlite. Is it possible to declare
>> and use a variable in sqlite.
> No. But since SQLite is embedded in your application, you can use variables 
> in your host programming language.

And the other answer is that every row of every table is filled with 
nothing but variables.

Accessing them is a little more verbose, admittedly. If you don't want 
to keep the variables, use a temporary table.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to