mysql的常用单词

mysql的常用单词

mysql的常用单词

table view trigger function event procedure
insert select modify unique fetch connect
delete alter reanme exists array declare
update change primary auto_increment assoc references

mysql 的聚合函数

函数 说明
count(`[disetinct all]*`)
sum(`[disetinct all]<列名>`)
max(`[disetinct all]<列名>`)
main(`[disetinct all]<列名>`)
avg(`[disetinct all]<列名>`)