导航

2018年8月24日

摘要: if exists(select 1 from tempdb..sysobjects where id=object_id('tempdb..#tabName') and xtype='u')drop table #tabNamegocreate table #tabName(tabname var 阅读全文

posted @ 2018-08-24 15:21 高山老王 阅读(320) 评论(0) 推荐(0)