Update manage-database.md (#3159)

Typo in `DROP MEASUREMENT`
pull/3162/head
Ahmed Ashour 2021-09-22 17:41:49 +02:00 committed by GitHub
parent 2d65624159
commit 2c646c496f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ It does not drop the associated continuous queries.
A successful `DROP MEASUREMENT` query returns an empty result.
{{% warn %}} Currently, InfluxDB does not support regular expressions with `DROP MEASUREMENTS`.
{{% warn %}} Currently, InfluxDB does not support regular expressions with `DROP MEASUREMENT`.
See GitHub Issue [#4275](https://github.com/influxdb/influxdb/issues/4275) for more information.
{{% /warn %}}