[mysql] select的子句 where,group by, having, order by, limit的使用顺序及实例

-- 语法:html 1 2 3 4 5 6 7 SELECT  select_list    FROM  table_name   [  WHERE  search_condition ]   [  GROUP  BY  group_by_expression ]   [  HAVING  search_condition ]   [  ORDER  BY  order_expression [
相关文章
相关标签/搜索