摘要: CREATE DEFINER=`root`@`%` PROCEDURE `ProcessLargeTable`() BEGIN DECLARE done INT DEFAULT FALSE; DECLARE cur_id BIGINT; DECLARE max_id BIGINT DEFAULT 6 阅读全文
posted @ 2024-05-17 18:02 yongqi-911 阅读(3) 评论(0) 推荐(0) 编辑