Viewing 3 posts - 1 through 3 (of 3 total)
thanks for the reply.
But still I didn't get it. Can you please explain with example?:-)
March 5, 2012 at 12:02 am
#1454646
You can also try double slashes instead of single slahes in the query.
Try like this,
REPLACE((NAME),"\\","")
July 15, 2011 at 6:24 am
#1353379
It seems that the variable holds the entire SQL query, thats why it joins the entire query at the end of the location path. In this case, before passing the...
July 15, 2011 at 6:18 am
#1353372