diff --git a/_data/alerts.yml b/_data/alerts.yml index 157e1622b00..6c0f04d95c3 100644 --- a/_data/alerts.yml +++ b/_data/alerts.yml @@ -4,12 +4,12 @@ important: '
beta-20170105 instead of this release.
+Until the root cause has been determined, we recommend using
+beta-20170105 instead of this release.
{{site.data.alerts.end}}
### Binaries
diff --git a/sql-grammar.md b/sql-grammar.md
index 085221b6ec8..ea62d408b68 100644
--- a/sql-grammar.md
+++ b/sql-grammar.md
@@ -17,4 +17,8 @@ a[name]:focus {
}
+{{site.data.alerts.callout_success}}
+This page describes the full CockroachDB SQL grammar. However, as a starting point, it's best to reference our [sql-statements pages](sql-statements.html) first, which provide detailed explanations and examples.
+{{site.data.alerts.end}}
+
{% include sql/diagrams/grammar.html %}