I'm digging throught the data types and am trying to understand how to
utilize the interval data type.
I'm thinking I can use these values to add to another date field...
Can someone give a simplified example of how I might use this?
Tom Allison wrote:
> I'm digging throught the data types and am trying to understand how to
> utilize the interval data type.
>
> I'm thinking I can use these values to add to another date field...
just add them: timestamp + interval = timestamp
Regards
Gaetano Mendola
Tom Allison wrote:
>
>
> Can someone give a simplified example of how I might use this?
select '2004.12.31. 13:57:42'::timestamp + '3days 52hours';
Mage
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.