ShardingSphere supports multiple dialects of SQL using different parsers. For specific SQL dialects that do not implement parsers, the default is to use the SQL92 standard for parsing.
PostgreSQL parser
MySQL parser
Oracle parser
SQLServer parser
Note: MySQL parser supports MySQL, H2, and MariDB dialect.
Other SQL dialects, such as SQLite, Sybase, DB2 and Informix, are parsed by default using the standard of SQL92.