From a129e26d63021a32e0484b48ae589e8965c668b0 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Sun, 15 Aug 2021 21:09:08 -0400 Subject: [PATCH] Chapter 9 listing label edit --- Chapter_09/Chapter_09.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_09/Chapter_09.sql b/Chapter_09/Chapter_09.sql index 8a77623..be1f9f8 100644 --- a/Chapter_09/Chapter_09.sql +++ b/Chapter_09/Chapter_09.sql @@ -250,7 +250,7 @@ FROM pls_fy2018_libraries GROUP BY stabr ORDER BY count(*) DESC; --- Listing 9-10: GROUP BY with count() on the stabr and stataddr columns +-- Listing 9-10: Using GROUP BY with count() on the stabr and stataddr columns SELECT stabr, stataddr, count(*) FROM pls_fy2018_libraries