SQL FunctionsNumeric FunctionsCOTOn this pageCOTReturns the cotangent of x, where x is given in radians. Syntax COT( <x> ) Examples SELECT COT(12);┌─────────────────────┐│ cot(12) │├─────────────────────┤│ -1.5726734063976895 │└─────────────────────┘