MySQL DQL語言數據查詢語言

1.基本查詢 select 字段,字段 。。。from 表名 as,distinct。。。 2.條件查詢 select 。。。from 表名 where[查詢條件] 比較運算符:>,<,>=,<=,=,!=,<> 邏輯運算符:and or not, &&,||,! 排序:order by 聚合函數:max(),min(),count(),sum(),avg()... 分組:group by 字段
相關文章
相關標籤/搜索