MSSQL删除表及快速创建表(临时表)一、临时表if object_id(N#otc_otherdeliverline, Nu) is not null dr
MSSQL删除表及快速创建表(临时表) 一、临时表
if object_id(N'#otc_otherdeliverline', N'u') is not null drop table #otc_otherdeliverlineSelect * into #otc_otherdeliverline from v_utis_CRMOtherDeliverLine