
Mathematical Functions (Transact-SQL) - SQL Server | Microsoft …
Dec 17, 2024 · The following scalar functions perform a calculation, usually based on input values that are provided as arguments, and return a numeric value: Arithmetic functions, such as …
decimal and numeric (Transact-SQL) - SQL Server | Microsoft Learn
Mar 31, 2025 · Transact-SQL reference for the decimal and numeric data types. Decimal and numeric are synonyms for numeric data types that have a fixed precision and scale.
Numeric Functions - ODBC API Reference | Microsoft Learn
Dec 17, 2024 · The following table describes numeric functions that are included in the ODBC scalar function set. By calling SQLGetInfo with an information type of SQL_NUMERIC_FUNCTIONS, an application can determine which numeric functions are supported by a driver.
SQL Server Functions - W3Schools
SQL Server has many built-in functions. This reference contains string, numeric, date, conversion, and some advanced functions in SQL Server.
SQL Server Mathematical Functions (Full List) - Database.Guide
Nov 6, 2018 · Transact-SQL contains a number of mathematical functions that you can use with SQL Server. The following scalar functions can be used in SQL Server 2012 and above. Most of these functions accept one or more arguments, and will return a numeric value based on the argument/s supplied.
Kinda Technical | A Guide to SQL Server - Numeric Functions
Numeric functions are essential components of SQL Server that allow you to perform various operations on numeric data types. These functions enable you to manipulate, calculate, and return values based on numerical inputs.
T-SQL Numeric Functions - Online Tutorials Library
Learn about T-SQL Numeric Functions, including ROUND, FLOOR, CEILING, and more, to manipulate numeric data effectively in SQL Server.
SQL Server Math Functions
These math functions empower your SQL queries with advanced computational capabilities. If you’re manipulating numerical data, performing complex calculations, or analyzing trends, SQL Server offers an array of functions to meet your mathematical needs. Return the absolute value of a number. Return an angle (in radians) of a specified cosine.
SQL Server Built-in Functions: String, DateTime, Numeric, …
Returns a numeric expression rounded to a specified number of places right of the decimal point.
SQL Format Number with CAST, CONVERT and more
Dec 27, 2024 · Use SQL format number functions like CAST, CONVERT, ROUND, CEILING, FLOOR and FORMAT for number formatting in SQL.
- Some results have been removed