I have a problem with SQLdf. Although I am trying to update a table, it always gives NULL as an output. I red things about this problem but I cannot figure out how to solve it. My code is:
fn$sqldf("update cons set V1='%$numbernew%' where V1=$'contact'")
But after I check it to see if something has changed, all are the same as in the beginning. Any ideas would help.