Skip to content

SQL Reference

LEAST_COMMON_MULTIPLE

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