Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Timestamp literal represents timestamp constant. It has the following bnf grammar.
<timestamp literal> ::= TIMESTAMP <timestamp string> <timestamp string> ::= <quote> <unquoted timestamp string> <quote> <unquoted timestamp string> ::= <unquoted date string> <space> <unquoted time string> <unquoted date string> ::= <date value> <unquoted time string> ::= <time value> [ <time zone interval> ] <date value> ::= <years value> <minus sign> <months value> <minus sign> <days value> <time value> ::= <hours value> <colon> <minutes value> <colon> <seconds value> <time zone interval> ::= <sign> <hours value> <colon> <minutes value>