一句sql实现mysql递归查询 sql怎么递归查询的方法?
sql怎么递归查询的方法?在SQLServer2000中,您可以使用一些自定义函数或存储过程来实现递归:select level,type name from prproduct typetstart
sql怎么递归查询的方法?
在SQLServer2000中,您可以使用一些自定义函数或存储过程来实现递归:select level,type name from prproduct typetstartwitht.ParentID=0按优先级连接.ProductTypeID=t.ParentID