SQL 函数数字函数COS在本页COSReturns the cosine of x, where x is given in radians.SyntaxCOS(x)ArgumentsArgumentsDescriptionxThe angle, in radians.Return TypeA Float64 data type value.ExamplesSELECT COS(PI());+-----------+| COS(PI()) |+-----------+| -1 |+-----------+