Timestamp fields possess date/time subfields that can be used in equality clauses. A subfield is accessed using “dot” notation and an upper-case mnemonic. Each subfield is an integer value and can be compared to an integer constant. Only equality (=) comparisons are allowed for subfields. Examples:
• YEAR: any integer
• MONTH: 1 to 12
• DAY: 1 to 31
• HOUR: 0 to 23
• MINUTE: 0 to 59
• SECOND: 0 to 59