创建一个商城表---包含(id,商品名,每一个商品对应数量)
create table product (id primary key auto_increment, pname varchar(64), pcount int);
原文地址:https://www.cnblogs.com/Rivend/p/12089600.html
时间: 2024-11-03 00:51:26
创建一个商城表---包含(id,商品名,每一个商品对应数量)
create table product (id primary key auto_increment, pname varchar(64), pcount int);
原文地址:https://www.cnblogs.com/Rivend/p/12089600.html