Changeset: e034be3fd811 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e034be3fd811 Modified Files: sql/test/subquery/Tests/subquery6.sql Branch: Jun2020 Log Message:
New bug, I think the rank function hack has issues :( diffs (13 lines): diff --git a/sql/test/subquery/Tests/subquery6.sql b/sql/test/subquery/Tests/subquery6.sql --- a/sql/test/subquery/Tests/subquery6.sql +++ b/sql/test/subquery/Tests/subquery6.sql @@ -186,6 +186,9 @@ SELECT debugme6(); --NULL DROP FUNCTION debugme6; +select rank() over (), min(TotalSales) from tbl_ProductSales; + -- 1 100 + DROP TABLE tbl_ProductSales; DROP TABLE another_T; DROP TABLE integers; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list