vkingnew commented on issue #60951: URL: https://github.com/apache/doris/issues/60951#issuecomment-4600622768
QUALIFY clause is not supported by doris yet,but oracle database had supported.And this is widely used by OLAP such as clickhouse ,apache spark ,duckdb,snowflake and so on. spark:https://github.com/apache/spark/blob/master/sql/core/src/test/resources/sql-tests/inputs/qualify.sql oracle:https://docs.oracle.com/en/database/oracle/oracle-database/26/sqlrf/SELECT.html#SQLRF-GUID-CFA006CA-6FF1-4972-821E-6996142A51C6 search key word: QUALIFY Clause -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
