Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference material for RADIANS function
RADIANS(<value>)
<value>
DOUBLE PRECISION
180
SELECT radians(180.0) as result;
Rows: 1Execution time: 5.29ms
Was this page helpful?