ACOSOn this pageSyntaxArgumentsReturn TypeExamples Returns the arc cosine of x in radians, or NULL if x is not in the range [-1, 1]. Syntax SQLCopyACOS (x) Arguments x: the argument Return Type Float or double. NULL if x is NULL or invalid. Examples SQLPlaygroundCopySELECT ACOS(1);+---------+ | ACOS(1) | +---------+ | 0 | +---------+ Last modified: February 24, 2023