I\'m trying to understand how recursive CTEs are executed and particularly what causes them to terminate. Here\'s a simple example:
WITH cte_increment(n) AS (