I have a specific column (description
) in a particular table. I used bulk loading to insert data in table, but in retrieving data it's giving an error because of this column (description
).
The problem is occuring due to '
in description (like 12' height
).
So how can I remove this '
in that column?