| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: SQL (was: Why using "Group By")
>>Do you have an example problem requiring recursion for which
transitive closure provides no solution? <<
The Ackermann function, for one:
A(0, m) = m+1 A(n+1, 0) = A(n, 1) A(n+1, m+1) = A(n, A(n+1, m))Received on Fri Mar 14 2003 - 18:35:10 CST
![]() |
![]() |