When executing my project, I need to find a simple integer factorization using mysql, which, in my opinion, is an efficient way to query along with doing the whole recursive thing.
and I want to achieve to find the prime numbers that make up an integer.
Example
: for 102 factorial numbers: 17, 3, 2
Thanks.
source share