Remove stray command
This commit is contained in:
parent
3a639a5942
commit
7dac3c10b9
@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
-- Listing 12-1: Extracting components of a timestamp value using date_part()
|
-- Listing 12-1: Extracting components of a timestamp value using date_part()
|
||||||
|
|
||||||
SHOW ALL;
|
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
date_part('year', '2022-12-01 18:37:12 EST'::timestamptz) AS year,
|
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,
|
date_part('month', '2022-12-01 18:37:12 EST'::timestamptz) AS month,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user