Sorry if this is a repeat but I am having a heck of a time figuring
out a definitive answer to a this question on the list. Certainly it
is not addressed in the documentation.

Is the following valid string to prepare:
"SELECT @myparam, @myparam, @myparam, @myotherparam"

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

Aron
-- 
Aron Rubin
Handy Husband & Daddy Jungle Gym & Senior Engineer
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to