Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • 3.0.0
    • None
    • SQL
    • None

    Description

      https://www.postgresql.org/docs/9.0/sql-expressions.html#SQL-SYNTAX-TYPE-CASTS

      • A type cast specifies a conversion from one data type to another. PostgreSQL accepts two equivalent syntaxes for type casts:
        • CAST ( expression AS type )
        • expression::type
      • The CAST syntax conforms to SQL; the syntax with :: is historical PostgreSQL usage.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            smilegator Xiao Li
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: