Skip to content
Prev 435 / 1559 Next

dbSendPreparedQuery in RSQLite

On Tue, Apr 15, 2008 at 8:31 PM, James Bullard <bullard at berkeley.edu> wrote:
It looks like this is not supported for select statements, though I
could easily be wrong.  In this particular case, you could rewrite
your select as:

"SELECT * from table1 where chr in (1,2)"

Sean