摘要: Create Table mytable{ id int primary key, category_id int not null default 0, user_id int not null default 0, adddate int not null default 0 } 如果查询是常用 阅读全文
posted @ 2016-09-07 16:30 天天向上↑ 阅读(181) 评论(0) 推荐(0)