The word "recursion" is a little scary. The technique actually being described (the WITH part) is called a "common-table-expression" and it can be used to join with any "select" statement it precedes.
This technique works well when you need to group "detail" information with "header" information particularly when the data is from the same table.

Reply With Quote