Convert Date To String Sql Server Dd/mm/yyyy Code Example


Example: sql convert date to string yyyy-mm-dd


select CONVERT(char(10), GetDate(),126)
/* 2020-12-23 */

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy