SELECT *
FROM ZMemo
WHERE CHARINDEX(CHAR(13), OVERRIDERULESET) > 0
OR CHARINDEX(CHAR(10), OVERRIDERULESET) > 0
For further actions, you may consider blocking this person and/or reporting abuse
SELECT *
FROM ZMemo
WHERE CHARINDEX(CHAR(13), OVERRIDERULESET) > 0
OR CHARINDEX(CHAR(10), OVERRIDERULESET) > 0
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)