Learn how to format a decimal value in SQL Server with this example showing how to convert a decimal value like 1234567.89 into a space-delimited currency, such as $ 1…
Learn how to add line breaks in SQL strings using CHAR() function and subqueries with STUFF and FOR XML PATH."This article provides a solution for adding line breaks or newlines…
Learn how to decode HTML entities in SQL queries using the FOR XML PATH statement with this article that provides a solution for converting special characters back to their original…
Convert string date to real date value in Crystal Reports with the help of DateValue function.How to convert string date to real date value? This article provides solution by using…