SQL Server Format Function
The SQL Format function is a SQL Server string function which is used to format the specified value in the given format such as to format the date/time values and number values.
2,344 total views, 3 views today
The SQL Format function is a SQL Server string function which is used to format the specified value in the given format such as to format the date/time values and number values.
2,344 total views, 3 views today
How to Display currency symbol in SQL Sever?
Sometimes we are required to display a currency symbol along with the amount in query result set, It becomes challenge to displaying a currency symbol with amount.
8,921 total views, 2 views today