SQL Reference
GREATEST_COMMON_DIVISOR
greatest_common_divisor(x, y)
Section titled “greatest_common_divisor(x, y)”- x: BIGINT
- y: BIGINT
Example
Section titled “Example”SELECT greatest_common_divisor(42, 57);SQL Reference
SELECT greatest_common_divisor(42, 57);