From 154cdd163f4bd9858aa93041a9dd33b6216b06d6 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 9 Jun 2021 14:31:52 +0200 Subject: chore: ; (#525) --- docs/sql-standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit