SQL无限级树的读取(不用CTE)
摘要:
SETNOCOUNTONDECLARE @ProductIduniqueidentifierSET @ProductId='75a42220-ef03-42ec-a8d7-8f212654a646'CREATETABLE#TempProducts(IndexIdintIDENTITY(0,1)NOTNULL,ProductIduniqueidentifier,Quantityint,TotalQu... 阅读全文
posted @ 2007-04-20 14:40 iNoRax.de 阅读(646) 评论(3) 推荐(0) 编辑