sqlSTATE[22003]: Numeric value out of range: 1690 BIGINT UNSIGNED value is out of range
DELETE FROM sales_flat_quote WHERE updated_at < DATE_SUB(Now(),INTERVAL 30 DAY);
这个对我有用.