SQL SERVER – Difference between Line Feed (\n) and Carriage Return (\r) – T-SQL New Line Char
Today, we will examine something very simple and very generic that can apply to hordes of programming languages. Let’s take a common question that is frequently discussed – What is difference between Line Feed (\n) and Carriage Return (\r)? Prior to continuing with this article let us first look into…
Read More