12 2017 档案

摘要:create database if not exists jspshopping; use jspshopping; /*1商品表*/ create TABLE commodity( commodityID varchar(50) not null PRIMARY KEY comment '商品编 阅读全文
posted @ 2017-12-26 10:20 爱写bug的阿亮 阅读(357) 评论(0) 推荐(0)