bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL COT() Function

Example

SELECT COT(6);

Definition and Usage

The COT() function returns the cotangent of a number.

Syntax

COT(
number
)

Parameter Values

ParameterDescription
numberRequired. A numeric value. If number is 0, an error or NULL is returned

Technical Details

Works in:From MySQL 4.0

Previous

MySQL COS() Function

Next

MySQL COUNT() Function