select * from table_name fetch first 10 rows only; 删除前几行: delete from (select * from t fetch first 10 rows only)