Skip to content

R -SQL

2 messages · Navarre Sabine, Brian Ripley

#
You have not told us what package you are using (and I think this is a 
repeat of a post also missing that crucial information).

However, the main problem appears to be that you think & operates on 
character strings.  You have not told us your intentions, which might have 
been

paste("select ... crit.Title=", criteria$Title[j], ";", sep="")
On Wed, 18 May 2005, Navarre Sabine wrote: