@@ -229,7 +229,7 @@ F311 Schema definition statement 02 CREATE TABLE for persistent base tables YES
229229F311 Schema definition statement 03 CREATE VIEW YES
230230F311 Schema definition statement 04 CREATE VIEW: WITH CHECK OPTION YES
231231F311 Schema definition statement 05 GRANT statement YES
232- F312 MERGE statement NO Consider INSERT ... ON CONFLICT DO UPDATE
232+ F312 MERGE statement NO consider INSERT ... ON CONFLICT DO UPDATE
233233F313 Enhanced MERGE statement NO
234234F314 MERGE statement with DELETE branch NO
235235F321 User authorization YES
@@ -383,7 +383,7 @@ S274 Multisets of reference types NO
383383S275 Advanced multiset support NO
384384S281 Nested collection types NO
385385S291 Unique constraint on entire row NO
386- S301 Enhanced UNNEST NO
386+ S301 Enhanced UNNEST YES
387387S401 Distinct types based on array types NO
388388S402 Distinct types based on distinct types NO
389389S403 ARRAY_MAX_CARDINALITY NO
@@ -481,16 +481,15 @@ T501 Enhanced EXISTS predicate YES
481481T502 Period predicates NO
482482T511 Transaction counts NO
483483T521 Named arguments in CALL statement NO
484- T522 Default values for IN parameters of SQL-invoked procedures NO
485- T541 Updatable table references NO
484+ T522 Default values for IN parameters of SQL-invoked procedures NO supported except DEFAULT key word in invocation
486485T551 Optional key words for default syntax YES
487486T561 Holdable locators NO
488487T571 Array-returning external SQL-invoked functions NO
489488T572 Multiset-returning external SQL-invoked functions NO
490489T581 Regular expression substring function YES
491490T591 UNIQUE constraints of possibly null columns YES
492491T601 Local cursor references NO
493- T611 Elementary OLAP operations NO most forms supported
492+ T611 Elementary OLAP operations YES
494493T612 Advanced OLAP operations NO some forms supported
495494T613 Sampling YES
496495T614 NTILE function YES
0 commit comments