]> granicus.if.org Git - postgresql/blob - src/backend/catalog/sql_features.txt
ab3e381cffbc6772eadb8db34b752ef6a173f9a5
[postgresql] / src / backend / catalog / sql_features.txt
1 B011    Embedded Ada                    NO      
2 B012    Embedded C                      YES     
3 B013    Embedded COBOL                  NO      
4 B014    Embedded Fortran                        NO      
5 B015    Embedded MUMPS                  NO      
6 B016    Embedded Pascal                 NO      
7 B017    Embedded PL/I                   NO      
8 B021    Direct SQL                      YES     
9 B031    Basic dynamic SQL                       NO      
10 B032    Extended dynamic SQL                    NO      
11 B032    Extended dynamic SQL    01      <describe input statement>      NO      
12 B033    Untyped SQL-invoked function arguments                  NO      
13 B034    Dynamic specification of cursor attributes                      NO      
14 B035    Non-extended descriptor names                   NO      
15 B041    Extensions to embedded SQL exception declarations                       NO      
16 B051    Enhanced execution rights                       NO      
17 B111    Module language Ada                     NO      
18 B112    Module language C                       NO      
19 B113    Module language COBOL                   NO      
20 B114    Module language Fortran                 NO      
21 B115    Module language MUMPS                   NO      
22 B116    Module language Pascal                  NO      
23 B117    Module language PL/I                    NO      
24 B121    Routine language Ada                    NO      
25 B122    Routine language C                      NO      
26 B123    Routine language COBOL                  NO      
27 B124    Routine language Fortran                        NO      
28 B125    Routine language MUMPS                  NO      
29 B126    Routine language Pascal                 NO      
30 B127    Routine language PL/I                   NO      
31 B128    Routine language SQL                    NO      
32 B200    Polymorphic table functions                     NO      
33 B201    More than one PTF generic table parameter                       NO      
34 B202    PTF Copartitioning                      NO      
35 B203    More than one copartition specification                 NO      
36 B204    PRUNE WHEN EMPTY                        NO      
37 B205    Pass-through columns                    NO      
38 B206    PTF descriptor parameters                       NO      
39 B207    Cross products of partitionings                 NO      
40 B208    PTF component procedure interface                       NO      
41 B209    PTF extended names                      NO      
42 B211    Module language Ada: VARCHAR and NUMERIC support                        NO      
43 B221    Routine language Ada: VARCHAR and NUMERIC support                       NO      
44 E011    Numeric data types                      YES     
45 E011    Numeric data types      01      INTEGER and SMALLINT data types YES     
46 E011    Numeric data types      02      REAL, DOUBLE PRECISION, and FLOAT data types    YES     
47 E011    Numeric data types      03      DECIMAL and NUMERIC data types  YES     
48 E011    Numeric data types      04      Arithmetic operators    YES     
49 E011    Numeric data types      05      Numeric comparison      YES     
50 E011    Numeric data types      06      Implicit casting among the numeric data types   YES     
51 E021    Character data types                    YES     
52 E021    Character string types  01      CHARACTER data type     YES     
53 E021    Character string types  02      CHARACTER VARYING data type     YES     
54 E021    Character string types  03      Character literals      YES     
55 E021    Character string types  04      CHARACTER_LENGTH function       YES     trims trailing spaces from CHARACTER values before counting
56 E021    Character string types  05      OCTET_LENGTH function   YES     
57 E021    Character string types  06      SUBSTRING function      YES     
58 E021    Character string types  07      Character concatenation YES     
59 E021    Character string types  08      UPPER and LOWER functions       YES     
60 E021    Character string types  09      TRIM function   YES     
61 E021    Character string types  10      Implicit casting among the character string types       YES     
62 E021    Character string types  11      POSITION function       YES     
63 E021    Character string types  12      Character comparison    YES     
64 E031    Identifiers                     YES     
65 E031    Identifiers     01      Delimited identifiers   YES     
66 E031    Identifiers     02      Lower case identifiers  YES     
67 E031    Identifiers     03      Trailing underscore     YES     
68 E051    Basic query specification                       YES     
69 E051    Basic query specification       01      SELECT DISTINCT YES     
70 E051    Basic query specification       02      GROUP BY clause YES     
71 E051    Basic query specification       04      GROUP BY can contain columns not in <select list>       YES     
72 E051    Basic query specification       05      Select list items can be renamed        YES     
73 E051    Basic query specification       06      HAVING clause   YES     
74 E051    Basic query specification       07      Qualified * in select list      YES     
75 E051    Basic query specification       08      Correlation names in the FROM clause    YES     
76 E051    Basic query specification       09      Rename columns in the FROM clause       YES     
77 E061    Basic predicates and search conditions                  YES     
78 E061    Basic predicates and search conditions  01      Comparison predicate    YES     
79 E061    Basic predicates and search conditions  02      BETWEEN predicate       YES     
80 E061    Basic predicates and search conditions  03      IN predicate with list of values        YES     
81 E061    Basic predicates and search conditions  04      LIKE predicate  YES     
82 E061    Basic predicates and search conditions  05      LIKE predicate ESCAPE clause    YES     
83 E061    Basic predicates and search conditions  06      NULL predicate  YES     
84 E061    Basic predicates and search conditions  07      Quantified comparison predicate YES     
85 E061    Basic predicates and search conditions  08      EXISTS predicate        YES     
86 E061    Basic predicates and search conditions  09      Subqueries in comparison predicate      YES     
87 E061    Basic predicates and search conditions  11      Subqueries in IN predicate      YES     
88 E061    Basic predicates and search conditions  12      Subqueries in quantified comparison predicate   YES     
89 E061    Basic predicates and search conditions  13      Correlated subqueries   YES     
90 E061    Basic predicates and search conditions  14      Search condition        YES     
91 E071    Basic query expressions                 YES     
92 E071    Basic query expressions 01      UNION DISTINCT table operator   YES     
93 E071    Basic query expressions 02      UNION ALL table operator        YES     
94 E071    Basic query expressions 03      EXCEPT DISTINCT table operator  YES     
95 E071    Basic query expressions 05      Columns combined via table operators need not have exactly the same data type   YES     
96 E071    Basic query expressions 06      Table operators in subqueries   YES     
97 E081    Basic Privileges                        YES     
98 E081    Basic Privileges        01      SELECT privilege        YES     
99 E081    Basic Privileges        02      DELETE privilege        YES     
100 E081    Basic Privileges        03      INSERT privilege at the table level     YES     
101 E081    Basic Privileges        04      UPDATE privilege at the table level     YES     
102 E081    Basic Privileges        05      UPDATE privilege at the column level    YES     
103 E081    Basic Privileges        06      REFERENCES privilege at the table level YES     
104 E081    Basic Privileges        07      REFERENCES privilege at the column level        YES     
105 E081    Basic Privileges        08      WITH GRANT OPTION       YES     
106 E081    Basic Privileges        09      USAGE privilege YES     
107 E081    Basic Privileges        10      EXECUTE privilege       YES     
108 E091    Set functions                   YES     
109 E091    Set functions   01      AVG     YES     
110 E091    Set functions   02      COUNT   YES     
111 E091    Set functions   03      MAX     YES     
112 E091    Set functions   04      MIN     YES     
113 E091    Set functions   05      SUM     YES     
114 E091    Set functions   06      ALL quantifier  YES     
115 E091    Set functions   07      DISTINCT quantifier     YES     
116 E101    Basic data manipulation                 YES     
117 E101    Basic data manipulation 01      INSERT statement        YES     
118 E101    Basic data manipulation 03      Searched UPDATE statement       YES     
119 E101    Basic data manipulation 04      Searched DELETE statement       YES     
120 E111    Single row SELECT statement                     YES     
121 E121    Basic cursor support                    YES     
122 E121    Basic cursor support    01      DECLARE CURSOR  YES     
123 E121    Basic cursor support    02      ORDER BY columns need not be in select list     YES     
124 E121    Basic cursor support    03      Value expressions in ORDER BY clause    YES     
125 E121    Basic cursor support    04      OPEN statement  YES     
126 E121    Basic cursor support    06      Positioned UPDATE statement     YES     
127 E121    Basic cursor support    07      Positioned DELETE statement     YES     
128 E121    Basic cursor support    08      CLOSE statement YES     
129 E121    Basic cursor support    10      FETCH statement implicit NEXT   YES     
130 E121    Basic cursor support    17      WITH HOLD cursors       YES     
131 E131    Null value support (nulls in lieu of values)                    YES     
132 E141    Basic integrity constraints                     YES     
133 E141    Basic integrity constraints     01      NOT NULL constraints    YES     
134 E141    Basic integrity constraints     02      UNIQUE constraints of NOT NULL columns  YES     
135 E141    Basic integrity constraints     03      PRIMARY KEY constraints YES     
136 E141    Basic integrity constraints     04      Basic FOREIGN KEY constraint with the NO ACTION default for both referential delete action and referential update action        YES     
137 E141    Basic integrity constraints     06      CHECK constraints       YES     
138 E141    Basic integrity constraints     07      Column defaults YES     
139 E141    Basic integrity constraints     08      NOT NULL inferred on PRIMARY KEY        YES     
140 E141    Basic integrity constraints     10      Names in a foreign key can be specified in any order    YES     
141 E151    Transaction support                     YES     
142 E151    Transaction support     01      COMMIT statement        YES     
143 E151    Transaction support     02      ROLLBACK statement      YES     
144 E152    Basic SET TRANSACTION statement                 YES     
145 E152    Basic SET TRANSACTION statement 01      SET TRANSACTION statement: ISOLATION LEVEL SERIALIZABLE clause  YES     
146 E152    Basic SET TRANSACTION statement 02      SET TRANSACTION statement: READ ONLY and READ WRITE clauses     YES     
147 E153    Updatable queries with subqueries                       YES     
148 E161    SQL comments using leading double minus                 YES     
149 E171    SQLSTATE support                        YES     
150 E182    Module language                 NO      
151 F021    Basic information schema                        YES     
152 F021    Basic information schema        01      COLUMNS view    YES     
153 F021    Basic information schema        02      TABLES view     YES     
154 F021    Basic information schema        03      VIEWS view      YES     
155 F021    Basic information schema        04      TABLE_CONSTRAINTS view  YES     
156 F021    Basic information schema        05      REFERENTIAL_CONSTRAINTS view    YES     
157 F021    Basic information schema        06      CHECK_CONSTRAINTS view  YES     
158 F031    Basic schema manipulation                       YES     
159 F031    Basic schema manipulation       01      CREATE TABLE statement to create persistent base tables YES     
160 F031    Basic schema manipulation       02      CREATE VIEW statement   YES     
161 F031    Basic schema manipulation       03      GRANT statement YES     
162 F031    Basic schema manipulation       04      ALTER TABLE statement: ADD COLUMN clause        YES     
163 F031    Basic schema manipulation       13      DROP TABLE statement: RESTRICT clause   YES     
164 F031    Basic schema manipulation       16      DROP VIEW statement: RESTRICT clause    YES     
165 F031    Basic schema manipulation       19      REVOKE statement: RESTRICT clause       YES     
166 F032    CASCADE drop behavior                   YES     
167 F033    ALTER TABLE statement: DROP COLUMN clause                       YES     
168 F034    Extended REVOKE statement                       YES     
169 F034    Extended REVOKE statement       01      REVOKE statement performed by other than the owner of a schema object   YES     
170 F034    Extended REVOKE statement       02      REVOKE statement: GRANT OPTION FOR clause       YES     
171 F034    Extended REVOKE statement       03      REVOKE statement to revoke a privilege that the grantee has WITH GRANT OPTION   YES     
172 F041    Basic joined table                      YES     
173 F041    Basic joined table      01      Inner join (but not necessarily the INNER keyword)      YES     
174 F041    Basic joined table      02      INNER keyword   YES     
175 F041    Basic joined table      03      LEFT OUTER JOIN YES     
176 F041    Basic joined table      04      RIGHT OUTER JOIN        YES     
177 F041    Basic joined table      05      Outer joins can be nested       YES     
178 F041    Basic joined table      07      The inner table in a left or right outer join can also be used in an inner join YES     
179 F041    Basic joined table      08      All comparison operators are supported (rather than just =)     YES     
180 F051    Basic date and time                     YES     
181 F051    Basic date and time     01      DATE data type (including support of DATE literal)      YES     
182 F051    Basic date and time     02      TIME data type (including support of TIME literal) with fractional seconds precision of at least 0      YES     
183 F051    Basic date and time     03      TIMESTAMP data type (including support of TIMESTAMP literal) with fractional seconds precision of at least 0 and 6      YES     
184 F051    Basic date and time     04      Comparison predicate on DATE, TIME, and TIMESTAMP data types    YES     
185 F051    Basic date and time     05      Explicit CAST between datetime types and character string types YES     
186 F051    Basic date and time     06      CURRENT_DATE    YES     
187 F051    Basic date and time     07      LOCALTIME       YES     
188 F051    Basic date and time     08      LOCALTIMESTAMP  YES     
189 F052    Intervals and datetime arithmetic                       YES     
190 F053    OVERLAPS predicate                      YES     
191 F054    TIMESTAMP in DATE type precedence list                  NO      
192 F081    UNION and EXCEPT in views                       YES     
193 F111    Isolation levels other than SERIALIZABLE                        YES     
194 F111    Isolation levels other than SERIALIZABLE        01      READ UNCOMMITTED isolation level        YES     
195 F111    Isolation levels other than SERIALIZABLE        02      READ COMMITTED isolation level  YES     
196 F111    Isolation levels other than SERIALIZABLE        03      REPEATABLE READ isolation level YES     
197 F121    Basic diagnostics management                    NO      
198 F121    Basic diagnostics management    01      GET DIAGNOSTICS statement       NO      
199 F121    Basic diagnostics management    02      SET TRANSACTION statement: DIAGNOSTICS SIZE clause      NO      
200 F122    Enhanced diagnostics management                 NO      
201 F123    All diagnostics                 NO      
202 F131    Grouped operations                      YES     
203 F131    Grouped operations      01      WHERE, GROUP BY, and HAVING clauses supported in queries with grouped views     YES     
204 F131    Grouped operations      02      Multiple tables supported in queries with grouped views YES     
205 F131    Grouped operations      03      Set functions supported in queries with grouped views   YES     
206 F131    Grouped operations      04      Subqueries with GROUP BY and HAVING clauses and grouped views   YES     
207 F131    Grouped operations      05      Single row SELECT with GROUP BY and HAVING clauses and grouped views    YES     
208 F171    Multiple schemas per user                       YES     
209 F181    Multiple module support                 NO      
210 F191    Referential delete actions                      YES     
211 F200    TRUNCATE TABLE statement                        YES     
212 F201    CAST function                   YES     
213 F202    TRUNCATE TABLE: identity column restart option                  YES     
214 F221    Explicit defaults                       YES     
215 F222    INSERT statement: DEFAULT VALUES clause                 YES     
216 F231    Privilege tables                        YES     
217 F231    Privilege tables        01      TABLE_PRIVILEGES view   YES     
218 F231    Privilege tables        02      COLUMN_PRIVILEGES view  YES     
219 F231    Privilege tables        03      USAGE_PRIVILEGES view   YES     
220 F251    Domain support                  YES     
221 F261    CASE expression                 YES     
222 F261    CASE expression 01      Simple CASE     YES     
223 F261    CASE expression 02      Searched CASE   YES     
224 F261    CASE expression 03      NULLIF  YES     
225 F261    CASE expression 04      COALESCE        YES     
226 F262    Extended CASE expression                        YES     
227 F263    Comma-separated predicates in simple CASE expression                    NO      
228 F271    Compound character literals                     YES     
229 F281    LIKE enhancements                       YES     
230 F291    UNIQUE predicate                        NO      
231 F301    CORRESPONDING in query expressions                      NO      
232 F302    INTERSECT table operator                        YES     
233 F302    INTERSECT table operator        01      INTERSECT DISTINCT table operator       YES     
234 F302    INTERSECT table operator        02      INTERSECT ALL table operator    YES     
235 F304    EXCEPT ALL table operator                       YES     
236 F311    Schema definition statement                     NO      
237 F311    Schema definition statement     01      CREATE SCHEMA   YES     
238 F311    Schema definition statement     02      CREATE TABLE for persistent base tables YES     
239 F311    Schema definition statement     03      CREATE VIEW     YES     
240 F311    Schema definition statement     04      CREATE VIEW: WITH CHECK OPTION  YES     
241 F311    Schema definition statement     05      GRANT statement YES     
242 F312    MERGE statement                 NO      consider INSERT ... ON CONFLICT DO UPDATE
243 F313    Enhanced MERGE statement                        NO      
244 F314    MERGE statement with DELETE branch                      NO      
245 F321    User authorization                      YES     
246 F341    Usage tables                    NO      no ROUTINE_*_USAGE tables
247 F361    Subprogram support                      YES     
248 F381    Extended schema manipulation                    YES     
249 F381    Extended schema manipulation    01      ALTER TABLE statement: ALTER COLUMN clause      YES     
250 F381    Extended schema manipulation    02      ALTER TABLE statement: ADD CONSTRAINT clause    YES     
251 F381    Extended schema manipulation    03      ALTER TABLE statement: DROP CONSTRAINT clause   YES     
252 F382    Alter column data type                  YES     
253 F383    Set column not null clause                      YES     
254 F384    Drop identity property clause                   YES     
255 F385    Drop column generation expression clause                        NO      
256 F386    Set identity column generation clause                   YES     
257 F391    Long identifiers                        YES     
258 F392    Unicode escapes in identifiers                  YES     
259 F393    Unicode escapes in literals                     YES     
260 F394    Optional normal form specification                      NO      
261 F401    Extended joined table                   YES     
262 F401    Extended joined table   01      NATURAL JOIN    YES     
263 F401    Extended joined table   02      FULL OUTER JOIN YES     
264 F401    Extended joined table   04      CROSS JOIN      YES     
265 F402    Named column joins for LOBs, arrays, and multisets                      YES     
266 F403    Partitioned joined tables                       NO      
267 F404    Range variable for common column names                  NO      
268 F411    Time zone specification                 YES     differences regarding literal interpretation
269 F421    National character                      YES     
270 F431    Read-only scrollable cursors                    YES     
271 F431    Read-only scrollable cursors    01      FETCH with explicit NEXT        YES     
272 F431    Read-only scrollable cursors    02      FETCH FIRST     YES     
273 F431    Read-only scrollable cursors    03      FETCH LAST      YES     
274 F431    Read-only scrollable cursors    04      FETCH PRIOR     YES     
275 F431    Read-only scrollable cursors    05      FETCH ABSOLUTE  YES     
276 F431    Read-only scrollable cursors    06      FETCH RELATIVE  YES     
277 F441    Extended set function support                   YES     
278 F442    Mixed column references in set functions                        YES     
279 F451    Character set definition                        NO      
280 F461    Named character sets                    NO      
281 F471    Scalar subquery values                  YES     
282 F481    Expanded NULL predicate                 YES     
283 F491    Constraint management                   YES     
284 F492    Optional table constraint enforcement                   NO      
285 F501    Features and conformance views                  YES     
286 F501    Features and conformance views  01      SQL_FEATURES view       YES     
287 F501    Features and conformance views  02      SQL_SIZING view YES     
288 F502    Enhanced documentation tables                   YES     
289 F521    Assertions                      NO      
290 F531    Temporary tables                        YES     
291 F555    Enhanced seconds precision                      YES     
292 F561    Full value expressions                  YES     
293 F571    Truth value tests                       YES     
294 F591    Derived tables                  YES     
295 F611    Indicator data types                    YES     
296 F641    Row and table constructors                      YES     
297 F651    Catalog name qualifiers                 YES     
298 F661    Simple tables                   YES     
299 F671    Subqueries in CHECK                     NO      intentionally omitted
300 F672    Retrospective check constraints                 YES     
301 F673    Reads SQL-data routine invocations in CHECK constraints                 NO      
302 F690    Collation support                       YES     but no character set support
303 F692    Extended collation support                      YES     
304 F693    SQL-session and client module collations                        NO      
305 F695    Translation support                     NO      
306 F696    Additional translation documentation                    NO      
307 F701    Referential update actions                      YES     
308 F711    ALTER domain                    YES     
309 F721    Deferrable constraints                  NO      foreign and unique keys only
310 F731    INSERT column privileges                        YES     
311 F741    Referential MATCH types                 NO      no partial match yet
312 F751    View CHECK enhancements                 YES     
313 F761    Session management                      YES     
314 F762    CURRENT_CATALOG                 YES     
315 F763    CURRENT_SCHEMA                  YES     
316 F771    Connection management                   YES     
317 F781    Self-referencing operations                     YES     
318 F791    Insensitive cursors                     YES     
319 F801    Full set function                       YES     
320 F812    Basic flagging                  NO      
321 F813    Extended flagging                       NO      
322 F821    Local table references                  NO      
323 F831    Full cursor update                      NO      
324 F831    Full cursor update      01      Updatable scrollable cursors    NO      
325 F831    Full cursor update      02      Updatable ordered cursors       NO      
326 F841    LIKE_REGEX predicate                    NO      
327 F842    OCCURRENCES_REGEX function                      NO      
328 F843    POSITION_REGEX function                 NO      
329 F844    SUBSTRING_REGEX function                        NO      
330 F845    TRANSLATE_REGEX function                        NO      
331 F846    Octet support in regular expression operators                   NO      
332 F847    Nonconstant regular expressions                 NO      
333 F850    Top-level <order by clause> in <query expression>                       YES     
334 F851    <order by clause> in subqueries                 YES     
335 F852    Top-level <order by clause> in views                    YES     
336 F855    Nested <order by clause> in <query expression>                  YES     
337 F856    Nested <fetch first clause> in <query expression>                       YES     
338 F857    Top-level <fetch first clause> in <query expression>                    YES     
339 F858    <fetch first clause> in subqueries                      YES     
340 F859    Top-level <fetch first clause> in views                 YES     
341 F860    <fetch first row count> in <fetch first clause>                 YES     
342 F861    Top-level <result offset clause> in <query expression>                  YES     
343 F862    <result offset clause> in subqueries                    YES     
344 F863    Nested <result offset clause> in <query expression>                     YES     
345 F864    Top-level <result offset clause> in views                       YES     
346 F865    <offset row count> in <result offset clause>                    YES     
347 F866    FETCH FIRST clause: PERCENT option                      NO      
348 F867    FETCH FIRST clause: WITH TIES option                    NO      
349 R010    Row pattern recognition: FROM clause                    NO      
350 R020    Row pattern recognition: WINDOW clause                  NO      
351 R030    Row pattern recognition: full aggregate support                 NO      
352 S011    Distinct data types                     NO      
353 S011    Distinct data types     01      USER_DEFINED_TYPES view NO      
354 S023    Basic structured types                  NO      
355 S024    Enhanced structured types                       NO      
356 S025    Final structured types                  NO      
357 S026    Self-referencing structured types                       NO      
358 S027    Create method by specific method name                   NO      
359 S028    Permutable UDT options list                     NO      
360 S041    Basic reference types                   NO      
361 S043    Enhanced reference types                        NO      
362 S051    Create table of type                    NO      partially supported
363 S071    SQL paths in function and type name resolution                  YES     
364 S081    Subtables                       NO      
365 S091    Basic array support                     NO      partially supported
366 S091    Basic array support     01      Arrays of built-in data types   NO      
367 S091    Basic array support     02      Arrays of distinct types        NO      
368 S091    Basic array support     03      Array expressions       NO      
369 S092    Arrays of user-defined types                    YES     
370 S094    Arrays of reference types                       NO      
371 S095    Array constructors by query                     YES     
372 S096    Optional array bounds                   YES     
373 S097    Array element assignment                        NO      
374 S098    ARRAY_AGG                       YES     
375 S111    ONLY in query expressions                       YES     
376 S151    Type predicate                  NO      
377 S161    Subtype treatment                       NO      
378 S162    Subtype treatment for references                        NO      
379 S201    SQL-invoked routines on arrays                  YES     
380 S201    SQL-invoked routines on arrays  01      Array parameters        YES     
381 S201    SQL-invoked routines on arrays  02      Array as result type of functions       YES     
382 S202    SQL-invoked routines on multisets                       NO      
383 S211    User-defined cast functions                     YES     
384 S231    Structured type locators                        NO      
385 S232    Array locators                  NO      
386 S233    Multiset locators                       NO      
387 S241    Transform functions                     NO      
388 S242    Alter transform statement                       NO      
389 S251    User-defined orderings                  NO      
390 S261    Specific type method                    NO      
391 S271    Basic multiset support                  NO      
392 S272    Multisets of user-defined types                 NO      
393 S274    Multisets of reference types                    NO      
394 S275    Advanced multiset support                       NO      
395 S281    Nested collection types                 NO      
396 S291    Unique constraint on entire row                 NO      
397 S301    Enhanced UNNEST                 YES     
398 S401    Distinct types based on array types                     NO      
399 S402    Distinct types based on distinct types                  NO      
400 S403    ARRAY_MAX_CARDINALITY                   NO      
401 S404    TRIM_ARRAY                      NO      
402 T011    Timestamp in Information Schema                 NO      
403 T021    BINARY and VARBINARY data types                 NO      
404 T022    Advanced support for BINARY and VARBINARY data types                    NO      
405 T023    Compound binary literal                 NO      
406 T024    Spaces in binary literals                       NO      
407 T031    BOOLEAN data type                       YES     
408 T041    Basic LOB data type support                     NO      
409 T041    Basic LOB data type support     01      BLOB data type  NO      
410 T041    Basic LOB data type support     02      CLOB data type  NO      
411 T041    Basic LOB data type support     03      POSITION, LENGTH, LOWER, TRIM, UPPER, and SUBSTRING functions for LOB data types        NO      
412 T041    Basic LOB data type support     04      Concatenation of LOB data types NO      
413 T041    Basic LOB data type support     05      LOB locator: non-holdable       NO      
414 T042    Extended LOB data type support                  NO      
415 T043    Multiplier T                    NO      
416 T044    Multiplier P                    NO      
417 T051    Row types                       NO      
418 T053    Explicit aliases for all-fields reference                       NO      
419 T061    UCS support                     NO      
420 T071    BIGINT data type                        YES     
421 T076    DECFLOAT data type                      NO      
422 T101    Enhanced nullability determination                      NO      
423 T111    Updatable joins, unions, and columns                    NO      
424 T121    WITH (excluding RECURSIVE) in query expression                  YES     
425 T122    WITH (excluding RECURSIVE) in subquery                  YES     
426 T131    Recursive query                 YES     
427 T132    Recursive query in subquery                     YES     
428 T141    SIMILAR predicate                       YES     
429 T151    DISTINCT predicate                      YES     
430 T152    DISTINCT predicate with negation                        YES     
431 T171    LIKE clause in table definition                 YES     
432 T172    AS subquery clause in table definition                  YES     
433 T173    Extended LIKE clause in table definition                        YES     
434 T174    Identity columns                        YES     
435 T175    Generated columns                       NO      
436 T176    Sequence generator support                      NO      
437 T177    Sequence generator support: simple restart option                       YES     
438 T178    Identity columns:  simple restart option                        YES     
439 T180    System-versioned tables                 NO      
440 T181    Application-time period tables                  NO      
441 T191    Referential action RESTRICT                     YES     
442 T201    Comparable data types for referential constraints                       YES     
443 T211    Basic trigger capability                        NO      
444 T211    Basic trigger capability        01      Triggers activated on UPDATE, INSERT, or DELETE of one base table       YES     
445 T211    Basic trigger capability        02      BEFORE triggers YES     
446 T211    Basic trigger capability        03      AFTER triggers  YES     
447 T211    Basic trigger capability        04      FOR EACH ROW triggers   YES     
448 T211    Basic trigger capability        05      Ability to specify a search condition that must be true before the trigger is invoked   YES     
449 T211    Basic trigger capability        06      Support for run-time rules for the interaction of triggers and constraints      NO      
450 T211    Basic trigger capability        07      TRIGGER privilege       YES     
451 T211    Basic trigger capability        08      Multiple triggers for the same event are executed in the order in which they were created in the catalog        NO      intentionally omitted
452 T212    Enhanced trigger capability                     YES     
453 T213    INSTEAD OF triggers                     YES     
454 T231    Sensitive cursors                       YES     
455 T241    START TRANSACTION statement                     YES     
456 T251    SET TRANSACTION statement: LOCAL option                 NO      
457 T261    Chained transactions                    YES     
458 T271    Savepoints                      YES     
459 T272    Enhanced savepoint management                   NO      
460 T281    SELECT privilege with column granularity                        YES     
461 T285    Enhanced derived column names                   YES     
462 T301    Functional dependencies                 NO      partially supported
463 T312    OVERLAY function                        YES     
464 T321    Basic SQL-invoked routines                      NO      
465 T321    Basic SQL-invoked routines      01      User-defined functions with no overloading      YES     
466 T321    Basic SQL-invoked routines      02      User-defined stored procedures with no overloading      YES     
467 T321    Basic SQL-invoked routines      03      Function invocation     YES     
468 T321    Basic SQL-invoked routines      04      CALL statement  YES     
469 T321    Basic SQL-invoked routines      05      RETURN statement        NO      
470 T321    Basic SQL-invoked routines      06      ROUTINES view   YES     
471 T321    Basic SQL-invoked routines      07      PARAMETERS view YES     
472 T322    Declared data type attributes                   NO      
473 T323    Explicit security for external routines                 YES     
474 T324    Explicit security for SQL routines                      NO      
475 T325    Qualified SQL parameter references                      YES     
476 T326    Table functions                 NO      
477 T331    Basic roles                     YES     
478 T332    Extended roles                  NO      mostly supported
479 T341    Overloading of SQL-invoked functions and procedures                     YES     
480 T351    Bracketed SQL comments (/*...*/ comments)                       YES     
481 T431    Extended grouping capabilities                  YES     
482 T432    Nested and concatenated GROUPING SETS                   YES     
483 T433    Multiargument GROUPING function                 YES     
484 T434    GROUP BY DISTINCT                       NO      
485 T441    ABS and MOD functions                   YES     
486 T461    Symmetric BETWEEN predicate                     YES     
487 T471    Result sets return value                        NO      
488 T472    DESCRIBE CURSOR                 NO      
489 T491    LATERAL derived table                   YES     
490 T495    Combined data change and retrieval                      NO      different syntax
491 T501    Enhanced EXISTS predicate                       YES     
492 T502    Period predicates                       NO      
493 T511    Transaction counts                      NO      
494 T521    Named arguments in CALL statement                       YES     
495 T522    Default values for IN parameters of SQL-invoked procedures                      NO      supported except DEFAULT key word in invocation
496 T523    Default values for INOUT parameters of SQL-invoked procedures                   YES     
497 T524    Named arguments in routine invocations other than a CALL statement                      YES     
498 T525    Default values for parameters of SQL-invoked functions                  YES     
499 T551    Optional key words for default syntax                   YES     
500 T561    Holdable locators                       NO      
501 T571    Array-returning external SQL-invoked functions                  NO      
502 T572    Multiset-returning external SQL-invoked functions                       NO      
503 T581    Regular expression substring function                   YES     
504 T591    UNIQUE constraints of possibly null columns                     YES     
505 T601    Local cursor references                 NO      
506 T611    Elementary OLAP operations                      YES     
507 T612    Advanced OLAP operations                        YES     
508 T613    Sampling                        YES     
509 T614    NTILE function                  YES     
510 T615    LEAD and LAG functions                  YES     
511 T616    Null treatment option for LEAD and LAG functions                        NO      
512 T617    FIRST_VALUE and LAST_VALUE function                     YES     
513 T618    NTH_VALUE function                      NO      function exists, but some options missing
514 T619    Nested window functions                 NO      
515 T620    WINDOW clause: GROUPS option                    YES     
516 T621    Enhanced numeric functions                      YES     
517 T622    Trigonometric functions                 YES     
518 T623    General logarithm functions                     YES     
519 T624    Common logarithm functions                      YES     
520 T625    LISTAGG                 NO      
521 T631    IN predicate with one list element                      YES     
522 T641    Multiple column assignment                      NO      only some syntax variants supported
523 T651    SQL-schema statements in SQL routines                   YES     
524 T652    SQL-dynamic statements in SQL routines                  NO      
525 T653    SQL-schema statements in external routines                      NO      
526 T654    SQL-dynamic statements in external routines                     NO      
527 T655    Cyclically dependent routines                   YES     
528 T811    Basic SQL/JSON constructor functions                    NO      
529 T812    SQL/JSON: JSON_OBJECTAGG                        NO      
530 T813    SQL/JSON: JSON_ARRAYAGG with ORDER BY                   NO      
531 T814    Colon in JSON_OBJECT or JSON_OBJECTAGG                  NO      
532 T821    Basic SQL/JSON query operators                  NO      
533 T822    SQL/JSON: IS JSON WITH UNIQUE KEYS predicate                    NO      
534 T823    SQL/JSON: PASSING clause                        NO      
535 T824    JSON_TABLE: specific PLAN clause                        NO      
536 T825    SQL/JSON: ON EMPTY and ON ERROR clauses                 NO      
537 T826    General value expression in ON ERROR or ON EMPTY clauses                        NO      
538 T827    JSON_TABLE: sibling NESTED COLUMNS clauses                      NO      
539 T828    JSON_QUERY                      NO      
540 T829    JSON_QUERY: array wrapper options                       NO      
541 T830    Enforcing unique keys in SQL/JSON constructor functions                 NO      
542 T831    SQL/JSON path language: strict mode                     YES     
543 T832    SQL/JSON path language: item method                     YES     
544 T833    SQL/JSON path language: multiple subscripts                     YES     
545 T834    SQL/JSON path language: wildcard member accessor                        YES     
546 T835    SQL/JSON path language: filter expressions                      YES     
547 T836    SQL/JSON path language: starts with predicate                   YES     
548 T837    SQL/JSON path language: regex_like predicate                    YES     
549 T838    JSON_TABLE: PLAN DEFAULT clause                 NO      
550 T839    Formatted cast of datetimes to/from character strings                   NO      
551 M001    Datalinks                       NO      
552 M002    Datalinks via SQL/CLI                   NO      
553 M003    Datalinks via Embedded SQL                      NO      
554 M004    Foreign data support                    NO      partially supported
555 M005    Foreign schema support                  NO      
556 M006    GetSQLString routine                    NO      
557 M007    TransmitRequest                 NO      
558 M009    GetOpts and GetStatistics routines                      NO      
559 M010    Foreign data wrapper support                    NO      different API
560 M011    Datalinks via Ada                       NO      
561 M012    Datalinks via C                 NO      
562 M013    Datalinks via COBOL                     NO      
563 M014    Datalinks via Fortran                   NO      
564 M015    Datalinks via M                 NO      
565 M016    Datalinks via Pascal                    NO      
566 M017    Datalinks via PL/I                      NO      
567 M018    Foreign data wrapper interface routines in Ada                  NO      
568 M019    Foreign data wrapper interface routines in C                    NO      different API
569 M020    Foreign data wrapper interface routines in COBOL                        NO      
570 M021    Foreign data wrapper interface routines in Fortran                      NO      
571 M022    Foreign data wrapper interface routines in MUMPS                        NO      
572 M023    Foreign data wrapper interface routines in Pascal                       NO      
573 M024    Foreign data wrapper interface routines in PL/I                 NO      
574 M030    SQL-server foreign data support                 NO      
575 M031    Foreign data wrapper general routines                   NO      
576 X010    XML type                        YES     
577 X011    Arrays of XML type                      YES     
578 X012    Multisets of XML type                   NO      
579 X013    Distinct types of XML type                      NO      
580 X014    Attributes of XML type                  YES     
581 X015    Fields of XML type                      NO      
582 X016    Persistent XML values                   YES     
583 X020    XMLConcat                       YES     
584 X025    XMLCast                 NO      
585 X030    XMLDocument                     NO      
586 X031    XMLElement                      YES     
587 X032    XMLForest                       YES     
588 X034    XMLAgg                  YES     
589 X035    XMLAgg: ORDER BY option                 YES     
590 X036    XMLComment                      YES     
591 X037    XMLPI                   YES     
592 X038    XMLText                 NO      
593 X040    Basic table mapping                     YES     
594 X041    Basic table mapping: nulls absent                       YES     
595 X042    Basic table mapping: null as nil                        YES     
596 X043    Basic table mapping: table as forest                    YES     
597 X044    Basic table mapping: table as element                   YES     
598 X045    Basic table mapping: with target namespace                      YES     
599 X046    Basic table mapping: data mapping                       YES     
600 X047    Basic table mapping: metadata mapping                   YES     
601 X048    Basic table mapping: base64 encoding of binary strings                  YES     
602 X049    Basic table mapping: hex encoding of binary strings                     YES     
603 X050    Advanced table mapping                  YES     
604 X051    Advanced table mapping: nulls absent                    YES     
605 X052    Advanced table mapping: null as nil                     YES     
606 X053    Advanced table mapping: table as forest                 YES     
607 X054    Advanced table mapping: table as element                        YES     
608 X055    Advanced table mapping: with target namespace                   YES     
609 X056    Advanced table mapping: data mapping                    YES     
610 X057    Advanced table mapping: metadata mapping                        YES     
611 X058    Advanced table mapping: base64 encoding of binary strings                       YES     
612 X059    Advanced table mapping: hex encoding of binary strings                  YES     
613 X060    XMLParse: character string input and CONTENT option                     YES     
614 X061    XMLParse: character string input and DOCUMENT option                    YES     
615 X065    XMLParse: BLOB input and CONTENT option                 NO      
616 X066    XMLParse: BLOB input and DOCUMENT option                        NO      
617 X068    XMLSerialize: BOM                       NO      
618 X069    XMLSerialize: INDENT                    NO      
619 X070    XMLSerialize: character string serialization and CONTENT option                 YES     
620 X071    XMLSerialize: character string serialization and DOCUMENT option                        YES     
621 X072    XMLSerialize: character string serialization                    YES     
622 X073    XMLSerialize: BLOB serialization and CONTENT option                     NO      
623 X074    XMLSerialize: BLOB serialization and DOCUMENT option                    NO      
624 X075    XMLSerialize: BLOB serialization                        NO      
625 X076    XMLSerialize: VERSION                   NO      
626 X077    XMLSerialize: explicit ENCODING option                  NO      
627 X078    XMLSerialize: explicit XML declaration                  NO      
628 X080    Namespaces in XML publishing                    NO      
629 X081    Query-level XML namespace declarations                  NO      
630 X082    XML namespace declarations in DML                       NO      
631 X083    XML namespace declarations in DDL                       NO      
632 X084    XML namespace declarations in compound statements                       NO      
633 X085    Predefined namespace prefixes                   NO      
634 X086    XML namespace declarations in XMLTable                  NO      
635 X090    XML document predicate                  YES     
636 X091    XML content predicate                   NO      
637 X096    XMLExists                       NO      XPath 1.0 only
638 X100    Host language support for XML: CONTENT option                   NO      
639 X101    Host language support for XML: DOCUMENT option                  NO      
640 X110    Host language support for XML: VARCHAR mapping                  NO      
641 X111    Host language support for XML: CLOB mapping                     NO      
642 X112    Host language support for XML: BLOB mapping                     NO      
643 X113    Host language support for XML: STRIP WHITESPACE option                  NO      
644 X114    Host language support for XML: PRESERVE WHITESPACE option                       NO      
645 X120    XML parameters in SQL routines                  YES     
646 X121    XML parameters in external routines                     YES     
647 X131    Query-level XMLBINARY clause                    NO      
648 X132    XMLBINARY clause in DML                 NO      
649 X133    XMLBINARY clause in DDL                 NO      
650 X134    XMLBINARY clause in compound statements                 NO      
651 X135    XMLBINARY clause in subqueries                  NO      
652 X141    IS VALID predicate: data-driven case                    NO      
653 X142    IS VALID predicate: ACCORDING TO clause                 NO      
654 X143    IS VALID predicate: ELEMENT clause                      NO      
655 X144    IS VALID predicate: schema location                     NO      
656 X145    IS VALID predicate outside check constraints                    NO      
657 X151    IS VALID predicate with DOCUMENT option                 NO      
658 X152    IS VALID predicate with CONTENT option                  NO      
659 X153    IS VALID predicate with SEQUENCE option                 NO      
660 X155    IS VALID predicate: NAMESPACE without ELEMENT clause                    NO      
661 X157    IS VALID predicate: NO NAMESPACE with ELEMENT clause                    NO      
662 X160    Basic Information Schema for registered XML Schemas                     NO      
663 X161    Advanced Information Schema for registered XML Schemas                  NO      
664 X170    XML null handling options                       NO      
665 X171    NIL ON NO CONTENT option                        NO      
666 X181    XML(DOCUMENT(UNTYPED)) type                     NO      
667 X182    XML(DOCUMENT(ANY)) type                 NO      
668 X190    XML(SEQUENCE) type                      NO      
669 X191    XML(DOCUMENT(XMLSCHEMA)) type                   NO      
670 X192    XML(CONTENT(XMLSCHEMA)) type                    NO      
671 X200    XMLQuery                        NO      
672 X201    XMLQuery: RETURNING CONTENT                     NO      
673 X202    XMLQuery: RETURNING SEQUENCE                    NO      
674 X203    XMLQuery: passing a context item                        NO      
675 X204    XMLQuery: initializing an XQuery variable                       NO      
676 X205    XMLQuery: EMPTY ON EMPTY option                 NO      
677 X206    XMLQuery: NULL ON EMPTY option                  NO      
678 X211    XML 1.1 support                 NO      
679 X221    XML passing mechanism BY VALUE                  YES     
680 X222    XML passing mechanism BY REF                    NO      parser accepts BY REF but ignores it; passing is always BY VALUE
681 X231    XML(CONTENT(UNTYPED)) type                      NO      
682 X232    XML(CONTENT(ANY)) type                  NO      
683 X241    RETURNING CONTENT in XML publishing                     NO      
684 X242    RETURNING SEQUENCE in XML publishing                    NO      
685 X251    Persistent XML values of XML(DOCUMENT(UNTYPED)) type                    NO      
686 X252    Persistent XML values of XML(DOCUMENT(ANY)) type                        NO      
687 X253    Persistent XML values of XML(CONTENT(UNTYPED)) type                     NO      
688 X254    Persistent XML values of XML(CONTENT(ANY)) type                 NO      
689 X255    Persistent XML values of XML(SEQUENCE) type                     NO      
690 X256    Persistent XML values of XML(DOCUMENT(XMLSCHEMA)) type                  NO      
691 X257    Persistent XML values of XML(CONTENT(XMLSCHEMA)) type                   NO      
692 X260    XML type: ELEMENT clause                        NO      
693 X261    XML type: NAMESPACE without ELEMENT clause                      NO      
694 X263    XML type: NO NAMESPACE with ELEMENT clause                      NO      
695 X264    XML type: schema location                       NO      
696 X271    XMLValidate: data-driven case                   NO      
697 X272    XMLValidate: ACCORDING TO clause                        NO      
698 X273    XMLValidate: ELEMENT clause                     NO      
699 X274    XMLValidate: schema location                    NO      
700 X281    XMLValidate with DOCUMENT option                        NO      
701 X282    XMLValidate with CONTENT option                 NO      
702 X283    XMLValidate with SEQUENCE option                        NO      
703 X284    XMLValidate: NAMESPACE without ELEMENT clause                   NO      
704 X286    XMLValidate: NO NAMESPACE with ELEMENT clause                   NO      
705 X300    XMLTable                        NO      XPath 1.0 only
706 X301    XMLTable: derived column list option                    YES     
707 X302    XMLTable: ordinality column option                      YES     
708 X303    XMLTable: column default option                 YES     
709 X304    XMLTable: passing a context item                        YES     must be XML DOCUMENT
710 X305    XMLTable: initializing an XQuery variable                       NO      
711 X400    Name and identifier mapping                     YES     
712 X410    Alter column data type: XML type                        YES