Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • SQL
    • None

    Description

      The `date_part()` and `extract` should return seconds with fractional part for the `SECOND` field as PostgreSQL does:

      # SELECT date_part('SECONDS', timestamp'2019-10-01 00:00:01.000001');
       date_part 
      -----------
        1.000001
      (1 row)
      

      Attachments

        Activity

          People

            maxgekk Max Gekk
            maxgekk Max Gekk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: