In this post, we will discuss the similarities and differences between two Azure SQL functions, MIN and LEAST. Using both functions, we get the least/minimum/lower
Category: SQL Server
SQL Server Administration, Development and Maintenance
Max vs Greatest in Azure SQL
In this post, we will discuss the similarities and differences between two Azure SQL functions, MAX and GREATEST. Using both functions, we get the largest
STUFF Function in SQL Server
The STUFF function combines two strings into one. It deletes a specified number of characters from the beginning of the first string, then inserts the
SQL Server Mathematical Functions-2
SQL Server’s mathematical functions assist in calculating values. The functions will assist with fundamental addition, subtraction, multiplication, and division, among other things. Let’s take a
SQL Server Mathematical Functions-1
SQL Server’s mathematical functions assist in calculating values. The functions will assist with fundamental addition, subtraction, multiplication, and division, among other things. Let’s take a
IDENTITY usage in SELECT INTO – SQL Server
The IDENTITY function can be defined for an identity column when the table is created and for a new column when the table is altered.