HI ,
Im using LOAD FROM command to load a unl(pipe delimited) file to table.
The operation fails bcoz of a backslash symbol (\) in a data field. It works fine when i remove the backslash and load the data.
So, how can i make it work with the backslash, as i have to load the original data without making any changes manually.
Thanks