QuestionQ58
Scripting and AutomationA developer wants to create a query that compiles data from an HTML form so it can be exported as CSV. However, the source data extension can contain line breaks in the Comments field, making the resulting CSV difficult to read and sort.
Which SQL functions can be used to replace every line break with a single space?
- A REPLACE and CHAR
- B LTRIM and RTRIM
- C REPLICATE and NCHAR
Community Discussion