当前位置:Gxlcms > 数据库问题 > Mysql之select

Mysql之select

时间:2021-07-01 10:21:17 帮助过:21人阅读

SELECT {*|<字段列表>}    

[    

FROM <表1>,<表2>,…,<表n>    

WHERE <表达式>    

GROUP BY <分组字段>    

HAVING <expression>    

ORDER BY <排序字段>    

LIMIT <num>    

]

Mysql之select

标签:group   expr   bsp   ssi   select   group by   order   sql   sel   

人气教程排行