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, 1208🔥, 0💬
Popular Posts:
How to obtain the version number of the ICU (International Components for Unicode) library using the...
How To Update Multiple Rows with One UPDATE Statement in SQL Server? If the WHERE clause in an UPDAT...
How To Get Help Information from the Server in MySQL? While you are at the "mysql>" prompt, y...
Where to find Oracle database server tutorials? Here is a collection of tutorials, tips and FAQs for...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...