From 946dc77407038b4db4f48468fc312b395d9e3bb7 Mon Sep 17 00:00:00 2001 From: Anthony DeBarros Date: Wed, 22 Sep 2021 19:53:41 -0400 Subject: [PATCH] Label tweak --- Chapter_04/Chapter_04.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_04/Chapter_04.sql b/Chapter_04/Chapter_04.sql index 494c2e1..f6858a0 100644 --- a/Chapter_04/Chapter_04.sql +++ b/Chapter_04/Chapter_04.sql @@ -47,7 +47,7 @@ SELECT FROM number_data_types WHERE numeric_column = .7; --- Listing 4-4: Timestamp and interval types in action +-- Listing 4-4: The timestamp and interval types in action CREATE TABLE date_time_types ( timestamp_column timestamp with time zone,