SQL Server Denali – FORMAT() string function

added by jacobsebastian
9/14/2011 12:07:15 AM

146 Views

SQL Server Denali brings us new string function, FORMAT function. It will make formatting of date/time and number values easier. Syntax: FORMAT (value, format [,culture]) Formatting Date/Time Let’s see how it works: DECLARE @a datetime = getdate...


0 comments