Is there a way to run SQL scripts in the Shell with parameters?

Something like this?

set &YEAR = 2010

SELECT COUNT (*) FROM TABLE WHERE YEAR = &YEAR ;

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

Reply via email to