Open topic with navigation
Returns the cubic root of a given number.
CBRT(number)
SELECT CBRT(8) AS "Cube Root";
Cube Root
----------
2.0
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.