SQL Language Support
Last updated
Was this helpful?
Last updated
Was this helpful?
Dolt's goal is to be compliant with the MySQL dialect, with every query and statement that works in MySQL behaving identically in Dolt.
For most syntax and technical questions, you should feel free to refer to the .
Any deviation from the MySQL manual should be documented on this page, or else indicates a bug. Please with any incompatibilities you discover.
This series of documents shows:
✅ Which SQL language features we support the same as MySQL
🟠 Where we support the feature but deviate from MySQL in some way
❌ Where we lack support for the SQL language feature.
This section is divided into five main categories:
: SQL features for describing and organizing data
: SQL expressions, functions and operators used in queries
: statements Dolt supports
: Dolt support for MySQL information schema
: SQL features for describing and comparing strings
: SQL features for configuring server behavior
: miscellaneous SQL features