Hi 

I'm tring to create a paging function in sqlite. Is it possible to declare
and use a variable in sqlite. 

For example.

DECLARE num INTEGER;

SELECT *, num = num + 1 FROM data

-- 
View this message in context: 
http://old.nabble.com/Using-variable-is-queries-tp29305632p29305632.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to