Can I load data with \n symbol? For example:
"first string
second string"
into 1 column?
sqlload break on 2 columns:
"first string
and
second string"
Printable View
Can I load data with \n symbol? For example:
"first string
second string"
into 1 column?
sqlload break on 2 columns:
"first string
and
second string"
Yes, check out the Utlities manual.
There are examples of escape sequences