[Docs] fix a mistake in docs basic usage (#5525)

This commit is contained in:
Aimiyoo
2021-03-23 09:33:58 +08:00
committed by GitHub
parent 3a96b6dfbd
commit 4e0775c3df
2 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ MySQL> SELECT * FROM table1 LIMIT 3;
| 5 | 3 | 'helen' | 3 |
| 3 | 2 | 'tom' | 2 |
+--------+----------+----------+------+
5 rows in set (0.01 sec)
3 rows in set (0.01 sec)
MySQL> SELECT * FROM table1 ORDER BY citycode;
+--------+----------+----------+------+

View File

@ -337,7 +337,7 @@ MySQL> SELECT * FROM table1 LIMIT 3;
| 5 | 3 | 'helen' | 3 |
| 3 | 2 | 'tom' | 2 |
+--------+----------+----------+------+
5 rows in set (0.01 sec)
3 rows in set (0.01 sec)
MySQL> SELECT * FROM table1 ORDER BY citycode;
+--------+----------+----------+------+