赞
踩
set nocount on
if object_id('tempdb..#lsb2') is not null DROP TABLE #lsb2
select top 1 * into #lsb2 from tab
set nocount off