↧
SQL Server 2012 – String Function – CONCAT
SQL Server 2012 has introduced a new string function namely “CONCAT”. It is a very handy & important function to deal with the string concatenation. Let me explain its syntax, parameters, purpose...
View ArticleSQL Server 2012 – String Function – FORMAT
Format function is one the important functions in SQL Server 2012. This function is very useful to format data in a specified format. Today, we will discuss each and every aspect of this function. Also...
View Article