Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting to Excel
Message
From
10/10/2021 08:00:16
 
 
To
09/10/2021 14:15:08
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01682467
Message ID:
01682473
Views:
79
This message has been marked as the solution to the initial question of the thread.
Likes (1)
>However, doing this does not :
>
>CHAR(34)+Table.Field+CHAR(34)
>...nor this :
>CHAR(34)+REPLACE(Table.Field,CHAR(13),'')+CHAR(34)

As Replace fails, my gut hunch to force
CHAR(34)+substring(" " + rtrim(Table.Field), 2, 999999)+CHAR(34)
will probably fail as well - but easy to check...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform