diff options
Diffstat (limited to 'docs/sql-standards.md')
| -rw-r--r-- | docs/sql-standards.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-standards.md b/docs/sql-standards.md index 9307615..a46aaf7 100644 --- a/docs/sql-standards.md +++ b/docs/sql-standards.md @@ -183,7 +183,7 @@ All active Check Constraints can be found by using this query: SELECT * FROM information_schema.CHECK_CONSTRAINTS; -- MySQL 5.7 -SELECT * FROM information_schema.TABLE_CONSTRAINTS +SELECT * FROM information_schema.TABLE_CONSTRAINTS; ``` ## Note for SQL reviewer |
