Thursday, April 30, 2009

Ordering for Trees in SQL

Here's an article I posted on Code Project a while back. I still think it's a nifty technique for a very specific situation where you are storing a tree in SQL using an adjacency list model and need depth-wise ordering for it.

Depth-wise Ordering for Trees in SQL

No comments:

Post a Comment