@@ -264,7 +264,7 @@ F401 Extended joined table 01 NATURAL JOIN YES
264264F401 Extended joined table 02 FULL OUTER JOIN YES
265265F401 Extended joined table 04 CROSS JOIN YES
266266F402 Named column joins for LOBs, arrays, and multisets YES
267- F403 Partitioned joined tables NO
267+ F403 Partitioned join tables NO
268268F404 Range variable for common column names YES
269269F411 Time zone specification YES differences regarding literal interpretation
270270F421 National character YES
@@ -297,7 +297,7 @@ F611 Indicator data types YES
297297F641 Row and table constructors YES
298298F651 Catalog name qualifiers YES
299299F661 Simple tables YES
300- F671 Subqueries in CHECK NO intentionally omitted
300+ F671 Subqueries in CHECK constraints NO intentionally omitted
301301F672 Retrospective check constraints YES
302302F673 Reads SQL-data routine invocations in CHECK constraints NO
303303F690 Collation support YES but no character set support
@@ -397,13 +397,13 @@ S281 Nested collection types NO
397397S291 Unique constraint on entire row NO
398398S301 Enhanced UNNEST YES
399399S401 Distinct types based on array types NO
400- S402 Distinct types based on distinct types NO
400+ S402 Distinct types based on multiset types NO
401401S403 ARRAY_MAX_CARDINALITY NO
402402S404 TRIM_ARRAY YES
403403T011 Timestamp in Information Schema NO
404404T021 BINARY and VARBINARY data types NO
405405T022 Advanced support for BINARY and VARBINARY data types NO
406- T023 Compound binary literal NO
406+ T023 Compound binary literals NO
407407T024 Spaces in binary literals NO
408408T031 BOOLEAN data type YES
409409T041 Basic LOB data type support NO
@@ -437,7 +437,7 @@ T174 Identity columns YES
437437T175 Generated columns NO mostly supported
438438T176 Sequence generator support NO supported except for NEXT VALUE FOR
439439T177 Sequence generator support: simple restart option YES
440- T178 Identity columns: simple restart option YES
440+ T178 Identity columns: simple restart option YES
441441T180 System-versioned tables NO
442442T181 Application-time period tables NO
443443T191 Referential action RESTRICT YES
@@ -511,7 +511,7 @@ T613 Sampling YES
511511T614 NTILE function YES
512512T615 LEAD and LAG functions YES
513513T616 Null treatment option for LEAD and LAG functions NO
514- T617 FIRST_VALUE and LAST_VALUE function YES
514+ T617 FIRST_VALUE and LAST_VALUE functions YES
515515T618 NTH_VALUE function NO function exists, but some options missing
516516T619 Nested window functions NO
517517T620 WINDOW clause: GROUPS option YES
@@ -558,23 +558,23 @@ M005 Foreign schema support NO
558558M006 GetSQLString routine NO
559559M007 TransmitRequest NO
560560M009 GetOpts and GetStatistics routines NO
561- M010 Foreign data wrapper support NO different API
561+ M010 Foreign- data wrapper support NO different API
562562M011 Datalinks via Ada NO
563563M012 Datalinks via C NO
564564M013 Datalinks via COBOL NO
565565M014 Datalinks via Fortran NO
566566M015 Datalinks via M NO
567567M016 Datalinks via Pascal NO
568568M017 Datalinks via PL/I NO
569- M018 Foreign data wrapper interface routines in Ada NO
570- M019 Foreign data wrapper interface routines in C NO different API
571- M020 Foreign data wrapper interface routines in COBOL NO
572- M021 Foreign data wrapper interface routines in Fortran NO
573- M022 Foreign data wrapper interface routines in MUMPS NO
574- M023 Foreign data wrapper interface routines in Pascal NO
575- M024 Foreign data wrapper interface routines in PL/I NO
569+ M018 Foreign- data wrapper interface routines in Ada NO
570+ M019 Foreign- data wrapper interface routines in C NO different API
571+ M020 Foreign- data wrapper interface routines in COBOL NO
572+ M021 Foreign- data wrapper interface routines in Fortran NO
573+ M022 Foreign- data wrapper interface routines in MUMPS NO
574+ M023 Foreign- data wrapper interface routines in Pascal NO
575+ M024 Foreign- data wrapper interface routines in PL/I NO
576576M030 SQL-server foreign data support NO
577- M031 Foreign data wrapper general routines NO
577+ M031 Foreign- data wrapper general routines NO
578578X010 XML type YES
579579X011 Arrays of XML type YES
580580X012 Multisets of XML type NO
@@ -593,7 +593,7 @@ X036 XMLComment YES
593593X037 XMLPI YES
594594X038 XMLText NO
595595X040 Basic table mapping YES
596- X041 Basic table mapping: nulls absent YES
596+ X041 Basic table mapping: null absent YES
597597X042 Basic table mapping: null as nil YES
598598X043 Basic table mapping: table as forest YES
599599X044 Basic table mapping: table as element YES
@@ -603,7 +603,7 @@ X047 Basic table mapping: metadata mapping YES
603603X048 Basic table mapping: base64 encoding of binary strings YES
604604X049 Basic table mapping: hex encoding of binary strings YES
605605X050 Advanced table mapping YES
606- X051 Advanced table mapping: nulls absent YES
606+ X051 Advanced table mapping: null absent YES
607607X052 Advanced table mapping: null as nil YES
608608X053 Advanced table mapping: table as forest YES
609609X054 Advanced table mapping: table as element YES
@@ -614,16 +614,16 @@ X058 Advanced table mapping: base64 encoding of binary strings YES
614614X059 Advanced table mapping: hex encoding of binary strings YES
615615X060 XMLParse: character string input and CONTENT option YES
616616X061 XMLParse: character string input and DOCUMENT option YES
617- X065 XMLParse: BLOB input and CONTENT option NO
618- X066 XMLParse: BLOB input and DOCUMENT option NO
617+ X065 XMLParse: binary string input and CONTENT option NO
618+ X066 XMLParse: binary string input and DOCUMENT option NO
619619X068 XMLSerialize: BOM NO
620620X069 XMLSerialize: INDENT NO
621621X070 XMLSerialize: character string serialization and CONTENT option YES
622622X071 XMLSerialize: character string serialization and DOCUMENT option YES
623623X072 XMLSerialize: character string serialization YES
624- X073 XMLSerialize: BLOB serialization and CONTENT option NO
625- X074 XMLSerialize: BLOB serialization and DOCUMENT option NO
626- X075 XMLSerialize: BLOB serialization NO
624+ X073 XMLSerialize: binary string serialization and CONTENT option NO
625+ X074 XMLSerialize: binary string serialization and DOCUMENT option NO
626+ X075 XMLSerialize: binary string serialization NO
627627X076 XMLSerialize: VERSION NO
628628X077 XMLSerialize: explicit ENCODING option NO
629629X078 XMLSerialize: explicit XML declaration NO
@@ -656,9 +656,9 @@ X142 IS VALID predicate: ACCORDING TO clause NO
656656X143 IS VALID predicate: ELEMENT clause NO
657657X144 IS VALID predicate: schema location NO
658658X145 IS VALID predicate outside check constraints NO
659- X151 IS VALID predicate with DOCUMENT option NO
660- X152 IS VALID predicate with CONTENT option NO
661- X153 IS VALID predicate with SEQUENCE option NO
659+ X151 IS VALID predicate: with DOCUMENT option NO
660+ X152 IS VALID predicate: with CONTENT option NO
661+ X153 IS VALID predicate: with SEQUENCE option NO
662662X155 IS VALID predicate: NAMESPACE without ELEMENT clause NO
663663X157 IS VALID predicate: NO NAMESPACE with ELEMENT clause NO
664664X160 Basic Information Schema for registered XML Schemas NO
0 commit comments