摘要: -- 1.数据准备-- 1.创建数据库create database if not exists mydb2;use mydb2;-- 2.创建商品表:create table product(pid int primary key auto_increment,-- 商品编号pname varch 阅读全文
posted @ 2022-02-03 18:22 wzc6 阅读(108) 评论(0) 推荐(0)