Minor formatting update
This commit is contained in:
parent
41a9bb7eae
commit
5b2032536b
@ -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,
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user