From 53470f302d4ed4dbb8e6635cf36d7f9dec9c10e7 Mon Sep 17 00:00:00 2001 From: mba1398 <26516464+mba1398@users.noreply.github.com> Date: Wed, 7 Jul 2021 14:12:15 +0800 Subject: [PATCH] =?UTF-8?q?Update=20ch02:=20=E5=9F=BA=E7=A1=80=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=B8=8E=E6=8E=92=E5=BA=8F.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch02: 基础查询与排序.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch02: 基础查询与排序.md b/ch02: 基础查询与排序.md index 047132f..502e63b 100644 --- a/ch02: 基础查询与排序.md +++ b/ch02: 基础查询与排序.md @@ -494,7 +494,7 @@ product_type | sum | sum ### 2.7 -此前我们曾经使用SELECT语句选取出了product(商品)表中的全部记录。当时我们使用了ORDERBY子句来指定排列顺序,但现在已经无法记起当时如何指定的了。请根据下列执行结果,思考ORDERBY子句的内容。 +此前我们曾经使用SELECT语句选取出了product(商品)表中的全部记录。当时我们使用了 `ORDER BY` 子句来指定排列顺序,但现在已经无法记起当时如何指定的了。请根据下列执行结果,思考 `ORDER BY` 子句的内容。 ![图片](https://github.com/datawhalechina/team-learning-sql/blob/main/img/ch02/ch02.09test27.png)