Remove stray command

This commit is contained in:
anthonydb 2021-05-17 06:33:24 -04:00
parent 3a639a5942
commit 7dac3c10b9

View File

@ -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,