Label tweak

This commit is contained in:
Anthony DeBarros 2021-09-22 19:53:41 -04:00
parent d3de563f30
commit 946dc77407

View File

@ -47,7 +47,7 @@ SELECT
FROM number_data_types FROM number_data_types
WHERE numeric_column = .7; 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 ( CREATE TABLE date_time_types (
timestamp_column timestamp with time zone, timestamp_column timestamp with time zone,