auto commit

This commit is contained in:
CyC2018
2018-06-09 21:22:18 +08:00
parent 0f24beb77c
commit 418de434ee
2 changed files with 12 additions and 10 deletions

View File

@ -94,10 +94,10 @@ https://leetcode.com/problems/swap-salary/description/
```html
| id | name | sex | salary |
|----|------|-----|--------|
| 1 | A | m | 2500 |
| 2 | B | f | 1500 |
| 3 | C | m | 5500 |
| 4 | D | f | 500 |
| 1 | A | f | 2500 |
| 2 | B | m | 1500 |
| 3 | C | f | 5500 |
| 4 | D | m | 500 |
```
## SQL Schema
@ -128,7 +128,6 @@ https://leetcode.com/problems/not-boring-movies/description/
## Description
邮件地址表:
```html
+---------+-----------+--------------+-----------+