SQL Server Mathematical Functions – Free Tutorial and Online Training
In SQL Server, there are a lot of library functions. This article describes the use of several Mathematical functions with examples. SQRT(): SQRT () function is commonly used in SQL and takes numeric value & gives square root of that number as output Example: Query: Select SQRT (100); Result: 10 Query: Select SQRT (169); Result: …
SQL Server Mathematical Functions – Free Tutorial and Online Training Read More »