摘要:
UDF:用户定义函数 CTE:通用 表 表达式set nocount on;use zhubenxigoif object_id('dbo.Parts') is not nulldrop table dbo.Parts;if OBJECT_ID ('dbo.BOM') IS NOT NULLDROP 阅读全文
posted @ 2016-06-21 18:33
大喜
阅读(276)
评论(0)
推荐(0)
开心