Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.8.0
    • Expression, SQL Parser

    Description

      Date literal represents a date type literal value. It's BNF grammar as follows:

      <date literal>    ::=   DATE <date string>
      <date string>    ::=   <quote> <unquoted date string> <quote>
      <unquoted date string>    ::=   <date value>
      <date value>    ::=   <years value> <minus sign> <months value> <minus sign> <days value>
      

      When needed, please refer http://savage.net.au/SQL/sql-2003-2.bnf.html#datetime%20literal.

      Attachments

        Activity

          People

            goodljy Jae Young Lee
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: