摘要: 两个表: Customer 顾客表 create table if not exists customer( customer_id int primary key auto_increment, first_name varchar(20), last_name varchar(20), comp 阅读全文
posted @ 2018-10-18 19:47 追梦滴小蜗牛 阅读(4803) 评论(0) 推荐(0) 编辑