Other Resources

1. Working with dates (Docs)

<aside> 💡 Intervals stand in contrast to SQL's treatment of DATE types. Dates don't use intervals - instead, subtracting two dates will return an integer representing the number of days between the two dates. You can also add integer values to dates. This is sometimes more convenient, depending on how much intelligence you require in the handling of your dates!

</aside>

2. Working with strings

Functions and Operators (Docs)