delete from t where sex = 1 limit 100;
delete [low_priority] [quick] [ignore] from tbl_name [where ...] [order by ...] [limit row_count]
delete from t where sex = 1;