Browse Source

0420修改分组、聚合函数

wanglilin 3 năm trước cách đây
mục cha
commit
a2ea6c783e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      sql/05.group.md

+ 1 - 1
sql/05.group.md

@@ -1,7 +1,7 @@
 # 分组、聚合函数
 
 ```sql
---建表#employees
+--建表employees
 create table employees(
 	number		char(8)		primary key,
 	name		char(20)	not null,