delete from historical_alarm where exists (select * from (select id from historical_alarm limit 1,5000) as a where a.id=historical_alarm.id);
转载于:https://blog.51cto.com/yigepodan/1120062
delete from historical_alarm where exists (select * from (select id from historical_alarm limit 1,5000) as a where a.id=historical_alarm.id);
转载于:https://blog.51cto.com/yigepodan/1120062