SQL FunctionsNumeric FunctionsCBRTOn this pageCBRTReturns the cube root of a nonnegative number x. Syntax CBRT( <x> ) Examples SELECT CBRT(27);┌──────────┐│ cbrt(27) │├──────────┤│ 3 │└──────────┘