Changes between Initial Version and Version 3 of Ticket #29850


Ignore:
Timestamp:
Dec 27, 2018, 1:42:18 PM (5 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29850

    • Property Triage Stage UnreviewedAccepted
    • Property Summary Poor Window Support for RowRange FramesAdd window support for RowRange frames
    • Property Type UncategorizedNew feature
    • Property Version 2.1master
  • Ticket #29850 – Description

    initial v3  
    1010ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING EXCLUDE CURRENT ROW
    1111
     12----
     13
     14Frame exclusion is supported only in [https://www.postgresql.org/docs/11/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS PostgreSQL 11+], other databases do not support exclusion (see [https://docs.oracle.com/en/database/oracle/oracle-database/18/sqlrf/Analytic-Functions.html#GUID-527832F7-63C0-4445-8C16-307FA5084056 Oracle 18c doc], [https://mariadb.com/kb/en/library/window-functions-overview/ MariaDB doc], and [https://dev.mysql.com/doc/refman/8.0/en/window-functions-frames.html MySQL doc]).
Back to Top