Aron Rubin <[email protected]> wrote:
> Is the following valid string to prepare:
> "SELECT @myparam, @myparam, @myparam, @myotherparam"

Yes.

> If so, which is it equivalent to:
> A - "SELECT ?1, ?1, ?1, ?2"
> or
> B - "SELECT ?1, ?2, ?3, ?4"

A
-- 
Igor Tandetnik


_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to