Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




Time Interval Operators

Time Interval Operators

The time interval data type tinterval is a legacy from the original date/time types and is not as well supported as the more modern types. There are several operators for this type.

Table 4-5. Postgres Time Interval Operators

OperatorDescriptionUsage
#< Interval less than? 
#<= Interval less than or equal to? 
#<> Interval not equal? 
#= Interval equal? 
#> Interval greater than? 
#>= Interval greater than or equal to? 
<#> Convert to time interval 
<< Interval less than? 
| Start of interval 
~= Same as 
<?> Time inside interval? 



With any suggestions or questions please feel free to contact us