create table 表一(sGroundNo char(5),iIndex int,iFactorClassSn int)
insert 表一 select 'zd001',                100,         1
union all select 'zd001',                100 ,        2
union all select 'zd001',                 99  ,       3
union all select 'zd001',                100   ,      4
union all select 'zd001',                100    ,     5
union all select 'zd001',                100     ,    6
union all select 'zd001',                100      ,   9
union all select 'zd001',                100       ,  12
union all select 'zd001',                100        , 16
union all select 'zd001',                100,         14
union all select 'zd001',                100 ,        15
union all select 'zd001',                100  ,       17