Collections:
PI() - Value of PI, π
How to get the value of PI, π, using the PI() function?
✍: FYIcenter.com
PI() is a MySQL built-in function that
returns the value of PI, π,
For example:
SELECT PI(); -- +----------+ -- | PI() | -- +----------+ -- | 3.141593 | -- +----------+
Reference information of the PI() function:
PI(): val Returns the remainder of X divided by Y. Arguments, return value and availability: val: Return value. The value of PI, π. Available since MySQL 4.0.
⇒ POW() - X Raised to Power of Y
⇐ MOD() - Remainder of X divided by Y
2023-11-14, 1031🔥, 0💬
Popular Posts:
How To Get a List of All Tables with "sys.tables" View in SQL Server? If you want to see the table y...
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...
How To View Data Files in the Current Database in Oracle? If you want to get a list of all tablespac...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
Can Date and Time Values Be Converted into Integers in SQL Server Transact-SQL? Can date and time va...