摘要: 存储过程 create procedure page(in num1 int,in num2 int) begin select id,name,email,birth from customers limit num1,num2; end; Customer类 package bean; impo 阅读全文
posted @ 2021-03-17 17:18 阿伦啊 阅读(340) 评论(0) 推荐(0) 编辑