in reply to Re: storing tree-like structures in tables
in thread storing tree-like structures in tables

++ on this. The nested set construction is a really useful technique for representing trees in SQL that I've used several times in the past.

  • Comment on Re^2: storing tree-like structures in tables