diff --git a/content/influxdb/v1/query_language/spec.md b/content/influxdb/v1/query_language/spec.md index f6e2c0a3e..b7526ee07 100644 --- a/content/influxdb/v1/query_language/spec.md +++ b/content/influxdb/v1/query_language/spec.md @@ -389,12 +389,6 @@ create_database_stmt = "CREATE DATABASE" db_name > [!Note] > When using both `FUTURE LIMIT` and `PAST LIMIT` clauses, `FUTURE LIMIT` must appear before `PAST LIMIT`. -> [!Caution] -> **Prior to InfluxDB v1.12.3**, when using both `FUTURE LIMIT` and `PAST LIMIT` clauses, -> `PAST LIMIT` must appear before `FUTURE LIMIT`. -> [Upgrade to InfluxDB v1.12.3 or later](/influxdb/v1/about_the_project/release-notes/#v1123) -> to use the order shown above. - > [!Warning] > Replication factors do not serve a purpose with single node instances. @@ -432,12 +426,6 @@ create_retention_policy_stmt = "CREATE RETENTION POLICY" policy_name on_clause > [!Note] > When using both `FUTURE LIMIT` and `PAST LIMIT` clauses, `FUTURE LIMIT` must appear before `PAST LIMIT`. -> [!Caution] -> **Prior to InfluxDB v1.12.3**, when using both `FUTURE LIMIT` and `PAST LIMIT` clauses, -> `PAST LIMIT` must appear before `FUTURE LIMIT`. -> [Upgrade to InfluxDB v1.12.3 or later](/influxdb/v1/about_the_project/release-notes/#v1123) -> to use the order shown above. - > [!Warning] > Replication factors do not serve a purpose with single node instances.