Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiryuu Sakuya
Database-school
Commits
13e02a1c
Verified
Commit
13e02a1c
authored
Nov 07, 2019
by
Kiryuu Sakuya
🎵
Browse files
Fix markdown
parent
1869bd67
Changes
1
Hide whitespace changes
Inline
Side-by-side
实验二.md
View file @
13e02a1c
...
...
@@ -5,7 +5,7 @@
### 员工人事表
| 员工编号 | 员工姓名 | 性别 | 所属部门 | 职称 | 到职日 | 生日 | 薪水 | 住址 |
| :
--- | --- | --- | --- | --- | --- | --- | --- | ---: |
| :--- | --- | --- | --- | --- | --- | --- | --- | ---: |
| 10000 | 马化腾 | 男 | 董事会 | 总经理 | 2016-10-01 09:00:00 | 1998-07-11 12:00:00 | 25111 | 中华人民共和国北京市西城区西长安街街道 |
| 10001 | 刘强东 | 男 | 董事会 | 副经理 | 2016-10-01 09:00:00 | 1974-12-16 15:00:00 | 20000 | 深圳市龙华区民治街道梅龙路2号星河盛世 |
| 10002 | 董明珠 | 女 | 财务部 | 会计 | 2016-10-01 09:00:00 | 1954-08-01 17:00:00 | 5251 | 广州市越秀区培正路2号 |
...
...
@@ -35,4 +35,4 @@ UPDATE employee SET emp_mod_date=NOW() where emp_no="10000";
```
mysql
DELETE FROM employee WHERE emp_no="10000";
# delete from deleteRowDemo where StudentName='' OR StudentName IS NULL;
```
\ No newline at end of file
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment