Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][SDK] Transform SQL supports "lcm" function #11263

Open
2 tasks done
Zkplo opened this issue Oct 1, 2024 · 0 comments
Open
2 tasks done

[Feature][SDK] Transform SQL supports "lcm" function #11263

Zkplo opened this issue Oct 1, 2024 · 0 comments

Comments

@Zkplo
Copy link
Contributor

Zkplo commented Oct 1, 2024

Description

lcm ( numeric_type, numeric_type ): Least common multiple (the smallest strictly positive number that is an integral multiple of both inputs); returns 0 if either input is zero; available for integer, bigint, and numeric

Use case

lcm(1071, 462) → 23562

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant