Skip to content

SQL Reference

GREATEST_COMMON_DIVISOR

  • x: BIGINT
  • y: BIGINT
SELECT greatest_common_divisor(42, 57);