create table #temp_test (id int) insert into #temp_test values(1) insert into #temp_test values(NULL) insert into #temp_test values(2) ...
Blog đang chỉnh sửa
create table #temp_test (id int) insert into #temp_test values(1) insert into #temp_test values(NULL) insert into #temp_test values(2) ...