Collections:
MySQL Functions on Numeric Values
Where to find reference information and tutorials on MySQL database functions on numeric values? I want to know how to use ABS(), ROUND() and other numeric value functions.
✍: FYIcenter.com
Here is a collection of reference information and tutorials on MySQL database functions
on numeric values
compiled by FYIcenter.com DBA team.
ACOS() - Arccosine Trigonometric Value
ASIN() - Arcsine Trigonometric Value
ATAN() - Arctangent Trigonometric Value
ATAN2() - 2-Argument Arctangent
BIN() - Converting Integer to Binary String
BIT_COUNT() - Counting '1' in Binary String
CEIL() - Synonym for CEILING()
CEILING() - Rounding up to Integer
CONV() - Number Base Conversion
COS() - Cosine Trigonometric Value
COT() - Cotangent Trigonometric Value
DEGREES() - Radians to Degrees
FLOOR() - Flooring a Numeric Value
FORMAT() - Formatting Number to String
FORMAT_BYTES() - Formatting Bytes in Readable Units
EXP() - Exponential Based on E
EXPORT_SET() - Exporting Binary Set to On/Off Flags
INTERVAL() - Interval Position of Sorted List
LOG() - Logarithm of Y to Base X
LOG10() - Logarithm to Base 10
MAKE_SET() - Filtering List with Binary Set
MOD() - Remainder of X divided by Y
POW() - X Raised to Power of Y
RADIANS() - Degrees to Radians
RAND() - Random Value Generator
ROUND() - Rounding to Decimal Place
SIN() - Sine Trigonometric Value
2023-11-14, 1267🔥, 0💬
Popular Posts:
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
How To Fix the INSERT Command Denied Error in MySQL? The reason for getting the "1142: INSERT comman...
What is SQL Server Transact-SQL (T-SQL)? SQL Server Transact-SQL, also called T-SQL, is an extension...