Hi,
I wrote code to read information from worksheet and put
output to .txt files. The output is SQL statements.
But the output has " " in between.
For example the output like:
"Update table set person_id = 55 Where dept_id = 22"
How to get rid of " "???
Very appreciate your help.
I wrote code to read information from worksheet and put
output to .txt files. The output is SQL statements.
But the output has " " in between.
For example the output like:
"Update table set person_id = 55 Where dept_id = 22"
How to get rid of " "???
Very appreciate your help.