十年河东,十年河西,莫欺少年穷. 学无止境,精益求精 难得有清闲的一上午,索性写篇博客. 首先,我们需要准备一张表,如下范例: create table TreeTable ( TreeId ) not null primary key, NodeName ),--名称 FatherTreeId ),--父亲Id ) 为了节约时间,我直接沿用项目中的数据,作如下批量插入: insert into TreeTable(TreeId,NodeName,FatherTreeId) select [Sp…