From 7dac3c10b95759b5c8bb30ea1bdd73fc3003d1e5 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Mon, 17 May 2021 06:33:24 -0400 Subject: [PATCH] Remove stray command --- Chapter_12/Chapter_12.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/Chapter_12/Chapter_12.sql b/Chapter_12/Chapter_12.sql index 135c93f..fe32d52 100644 --- a/Chapter_12/Chapter_12.sql +++ b/Chapter_12/Chapter_12.sql @@ -8,8 +8,6 @@ -- Listing 12-1: Extracting components of a timestamp value using date_part() -SHOW ALL; - SELECT date_part('year', '2022-12-01 18:37:12 EST'::timestamptz) AS year, date_part('month', '2022-12-01 18:37:12 EST'::timestamptz) AS month,