MSSQL删除表及快速创建表(临时表)
一、临时表
if object_id(N'#otc_otherdeliverline', N'u') is not null drop table #otc_otherdeliverlineSelect * into #otc_otherdeliverline from v_utis_CRMOtherDeliverLine
发布时间: 2012-07-22 19:31:15 作者: rapoo
MSSQL删除表及快速创建表(临时表)
一、临时表
if object_id(N'#otc_otherdeliverline', N'u') is not null drop table #otc_otherdeliverlineSelect * into #otc_otherdeliverline from v_utis_CRMOtherDeliverLine