Skip to content
Back to formatted view

Raw Message

Message-ID: <1319027624.2897.3.camel@system76-pc>
Date: 2011-10-19T12:33:44Z
From: David Epstein
Subject: Using SQL "IN" with RJDBC or RMySQL
In-Reply-To: <80b0d5dc-86f9-44bd-b13e-a5ede5022f87@email.android.com>

thank you! I was able to get it to work with
collapse="," 

On Wed, 2011-10-19 at 01:52 -0500, Jeff Newmiller wrote:
> paste("SELECT * FROM this_table WHERE this_column IN (",
> paste(org_table$id, collapse=TRUE),")",sep="")