Why does no database fully support ANSI or ISO SQL standards?

后端 未结 12 1619
广开言路
广开言路 2021-02-02 06:28

If I were designing a oil refinery, I wouldn\'t expect that materials from different vendors would not comply with published standards in subtle yet important ways. Pipework, v

12条回答
  •  滥情空心
    2021-02-02 06:49

    According to the HSQLDB manual, it is the most standards compliant RDBMS.

    • Almost all syntactic features of SQL-92 up to Advanced Level are supported
    • SQL:2008 core and many optional features of this standard

提交回复
热议问题