我想删除某个表中的前100行或后100行(按主键排序)。
注意:大量数据正在后台处理到该表中。
DELETE FROM table ORDER BY the field DESC|ASC limit 100