- 博客(2)
- 收藏
- 关注
原创 商品多属性筛选案例
#商品表 create table goods( id int not null auto_increment primary key, goods_name int not null default 0 comment '商品名称', price int not null default 0 comment '商品价格' ) insert into good
2016-12-06 14:23:28
4219
原创 mysql数据库分表实例
按照用户ID分表,每个用户发表文章的时候都往中间表里插入一条数据,mesId自增,根据 userid % 3 得到的值去建表,message表mesId 不设置成自增的,插入中间表的mesId
2016-12-06 14:20:55
528
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人