改为
select * from 
(
 (select * from zph where rownum<'10' ) 
  minus 
 (select * from zph where rownum<'1' )
)
order by zph_hitcount desc