Minor formatting update

This commit is contained in:
anthonydb 2024-09-07 11:49:57 -04:00
parent 41a9bb7eae
commit 5b2032536b
2 changed files with 1 additions and 3 deletions

View File

@ -64,7 +64,7 @@ VALUES
SELECT * FROM date_time_types; SELECT * FROM date_time_types;
-- Listing 4-5: Using the interval data type -- Listing 4-5: Using the interval data type
-- Assumes script 4-4 has been run -- (Assumes Listing 4-4 has been run)
SELECT SELECT
timestamp_column, timestamp_column,

View File

@ -212,9 +212,7 @@ ORDER BY id;
SELECT '2020' AS year, SELECT '2020' AS year,
school_2020 AS school school_2020 AS school
FROM district_2020 FROM district_2020
UNION ALL UNION ALL
SELECT '2035' AS year, SELECT '2035' AS year,
school_2035 school_2035
FROM district_2035 FROM district_2035