Tag sql cos function example

SQL COS Function

Example Return the cosine of a number: SELECT COS(2); Definition and Usage The COS() function returns the cosine of a number. Syntax COS(number)