Hi,
In a table i'm having a column in which some rows having carriage return (line break) in it. which causing problem which export output csv file
(Note: below column values is on row value)
Column1
----------
"ds afdusaf dfidu iodu fd
fda f
d afd"
when i extract the table values through SQLCMD and the output to csv file there it appear in multiple lines where as i would like to see in one line.
I need an sql command which will return in one column
Column 1
-----------
"ds afdusaf dfidu iodu fd fda f d afd"
Thanks in advance
Start Free Trial