摘要: ##存储过程 ###存储过程——借书案例 1.数据准备 创建图书表并插入数据 use test; create table books( book_id int primary key auto_increment, book_name varchar(50) not null, book_pric 阅读全文
posted @ 2021-10-21 21:31 想吃坚果 阅读(48) 评论(0) 推荐(0)