MySQL ABS() Function
Clash Royale CLAN TAG#URR8PPP
googletag.cmd.push(function() googletag.display('div-gpt-ad-1422003450156-2'); );
MySQL ABS() Function
❮ MySQL Functions
Example
Return the absolute value of a number:
SELECT ABS(-243.5);
Try it Yourself »
Definition and Usage
The ABS() function returns the absolute (positive) value of a number.
Syntax
ABS(number)
Parameter Values
Parameter | Description |
---|---|
number | Required. A numeric value |
Technical Details
Works in: | From MySQL 4.0 |
---|
❮ MySQL Functions