摘要: 1:form 组装来自不同表的数据,如 form user或者,form user as u join goodsOrder as r on u.id= r.userid 2:where 过滤符合查询条件的数据,如:id>1000 3:group by 将查询数据进行分组 4:使用sum等聚合函数进 阅读全文
posted @ 2017-11-04 16:28 只影向斜阳 阅读(726) 评论(0) 推荐(0) 编辑