In the BQ Docs on Interval, it says the max value is:
Is there a single way to input that value, or is it only possible by adding the three parts together, such as:
SELECT INTERVAL '10000-0' year to month + INTERVAL 3660000 day + INTERVAL 87840000 hour



