摘要: -- 新增comment_num 评论数字段 alter table tb_tips add `comment_num` int(11) NOT NULL DEFAULT '0' COMMENT '评论数'; select count(1) as comment_num ,tips_id from 阅读全文
posted @ 2020-06-01 10:05 雨V幕 阅读(4573) 评论(0) 推荐(1)