Painting Blue Code
Simple, self-explanatory code snippets.
2019-07-03
TSQL - Replace carriage returns
SELECT
REPLACE
(
REPLACE
(
@VARIABLE_OR_FIELD_NAME
,
CHAR
(
13
),
''
),
CHAR
(
10
),
''
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment