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, 876🔥, 0💬
Popular Posts:
How To Use SQL*Plus Built-in Timers in Oracle? If you don't have a stopwatch/timer and want to measu...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
How To Format Time Zone in +/-hh:mm Format in SQL Server Transact-SQL? From the previous tutorial, y...
What Is Oracle in Oracle? Oracle is a company. Oracle is also a database server, which manages data ...
How To Locate and Take Substrings with CHARINDEX() and SUBSTRING() Functions in SQL Server Transact-...