2_数据库(二)

数据库(二) 多表操作   1.多表之间如何操作 select [distinct] [*] [列名,列名2] from 表名 [where 条件] distinct: 去除重复的数据     --商品分类: 手机数码, 皮靴箱包 1.分类ID 2.分类名称 3.分类描述 Create table category (     cid int primary key auto_increment,
相关文章
相关标签/搜索