What Is The Use Of Convert Function In SQL Server?

Asked By 0 points N/A Posted on -
qa-featured

The usage of convert function is unknown by me. I need to know about that function and its usage. Is it related to date? I want to make the date to various formats. What is the use of convert function in SQL server?

SHARE
Answered By 10 points N/A #114090

What Is The Use Of Convert Function In SQL Server?

qa-featured

The convert function in SQL Server is as you said is used to format the date in the output. When you enclose the date format you require and the original date it will automatically change the date from the inserted date to the specified format ant this function will return the formatted date. So this function is used to convert the date from one date to another and opposite.  

Related Questions