PI (NoSQL query)
APPLIES TO: NoSQL
Returns the constant value of PI.
Syntax
PI()
Return types
Returns a numeric expression.
Examples
The following example returns the constant value of Pi.
SELECT VALUE
PI()
[
3.141592653589793
]
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
APPLIES TO: NoSQL
Returns the constant value of PI.
PI()
Returns a numeric expression.
The following example returns the constant value of Pi.
SELECT VALUE
PI()
[
3.141592653589793
]