TipsMake
Newest

Tags : mssql functions

CONVERT function in SQL Server
SQL Server 25 May 2019

CONVERT function in SQL Server

the convert function in sql server allows you to convert an expression to any desired data type but can follow a certain format (especially for the date data type).

Read More
LEFT function in SQL Server
SQL Server 25 May 2019

LEFT function in SQL Server

the left function in sql server allows you to extract a substring from a large string, starting from the leftmost character.

Read More