Earn income with your data and sql skills
Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest self-service freelancing marketplace for people like you.

SQL RADIANS Function

The RADIANS function converts the specified degree value to radians.

The specified input angle must be a number.

To convert radians back to degrees use the DEGREES function.

Example

#

This example converts 90 degrees to a radian value.

SELECT RADIANS(90) AS '90 degrees'
Result:  1 record
90 degrees
1

Syntax

Syntax of the RADIAN function.

RADIAN(angle)

angle -- a number representing an angle in degrees.


You may also like



Earn income with your data and sql skills
Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest self-service freelancing marketplace for people like you.

Guides


vsn 3.1