R/duckdb-funs.R
least_common_multiple.Rd
Computes the least common multiple of x and y.
BIGINT | HUGEINT
least_common_multiple(x = BIGINT, y = BIGINT)
least_common_multiple(x = HUGEINT, y = HUGEINT)
least_common_multiple(42, 57)