SQL Function to remove repeated Enters from a string in SQL
Chr(13) + Chr(10)
Access to code is limited.
Login here using your Linkedin account. to see or download code.
No registration, not another password to remember, login using your Linkedin account and have access to all public codes in MyDev.net
LoginStrValue
select TrimEnters(column) from thatTable
Views 722 Downloads 291