摘要: select into 创建的表属于临时表,判断是否存在的方法 select c_adno,c_con_no into #temp from tb_contract IF OBJECT_ID( 'tempdb..#temp') IS NOT NULLBegin DROP TABLE #tempend 阅读全文
posted @ 2014-03-13 15:19 墨染凡尘1987 阅读(238) 评论(0) 推荐(0)