Database Engines and ANSI SQL Compliance

前端 未结 5 2041
执念已碎
执念已碎 2020-12-25 12:41

I\'ve been searching for half an hour and can\'t find any resources stating what level of the SQL ANSI standard is supported on various database engines.

It looks li

5条回答
  •  一整个雨季
    2020-12-25 13:34

    The question of "which level of the standard" is too simple.

    There are portions of the standard that are implemented by no engine at all, e.g. CREATE ASSERTION.

    For that reason, it might be better to speak of "percentage of standard features supported" for each individual engine. But the vendors will be very reluctant to publish such measurements themselves.

提交回复
热议问题