What months would this return?
SELECT *
FROM tutorial.us_housing_units
WHERE month_name > ‘January’
Feb-December
What would this return?
SELECT *
FROM tutorial.us_housing_units
WHERE month_name > ‘J’
All values for months that are longer then J. Including January