create table test
(
   nm  varchar(10),
   mc  varchar(200),
   fen int
)insert into test select '001','数学',70
insert into test select '001','数学',80
insert into test select '001','数学',90
insert into test select'001','数学',95exec sp_spaceused 'test'

drop table test
test 4           16 KB 8 KB 8 KB 0 KB