On 5/14/2013 7:47 PM, E. Timothy Uy wrote:
Hi, is it possible to bind a field name to a sqlite query?For example, WHERE @field1 > @param1
No. A parameter may only appear where a literal would be allowed. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

