INTERVAL advantages
I have blogged about the disadvantges of using integers instead of proper date
or timestamp
values.
Another (frequently ignored) advantage of using date
or timestamp
values, is the fact that it’s easier to do date arithmetics with them - especially when combined with the interval
data type.