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, 1009🔥, 0💬
Popular Posts:
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
How To Calculate DATETIME Value Differences Using the DATEDIFF() Function in SQL Server Transact-SQL...
How To Update Multiple Rows with One UPDATE Statement in SQL Server? If the WHERE clause in an UPDAT...
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...
Where to find answers to frequently asked questions I am new to Oracle database. Here is a list of f...