summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-06-09 14:31:52 +0200
committerGitHub <noreply@github.com>2021-06-09 14:31:52 +0200
commit154cdd163f4bd9858aa93041a9dd33b6216b06d6 (patch)
treeb8e8986a8de36fee38c4a7a2a722d9336d2e19a2 /docs
parent45d8081c6159e9c8b54bdbe807cf44dc16b52f05 (diff)
downloadwiki-154cdd163f4bd9858aa93041a9dd33b6216b06d6.tar.gz
wiki-154cdd163f4bd9858aa93041a9dd33b6216b06d6.tar.bz2
wiki-154cdd163f4bd9858aa93041a9dd33b6216b06d6.zip
chore: ; (#525)
Diffstat (limited to 'docs')
-rw-r--r--docs/sql-standards.md2
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