> For a long time, I've wanted to bind the RHS of a IN operator of arbitrary
> size,
> instead of
> 1) having to hard-code the cardinality, e.g. IN (:1, :2);
> 2) or use a tmp table to insert the values and use a subquery;
> 3) somehow use an eponymous vtable as the RHS.
> 
> None of which is very clean or satisfying.
> Any chance this could be finally cleaned up by binding a row value
> instead?
> --DD

A carray won't work for you?




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

Reply via email to