Apply suggestions from code review
parent
e027b6d89c
commit
af2f3f604f
|
|
@ -381,7 +381,6 @@ the `SELECT` clause:
|
|||
|
||||
```sql
|
||||
SELECT "location" FROM "h2o_feet"
|
||||
|
||||
```
|
||||
|
||||
To return any data associated with the `location` tag key, the query's `SELECT`
|
||||
|
|
|
|||
|
|
@ -407,7 +407,7 @@ DROP RETENTION POLICY <retention_policy_name> ON <database_name>
|
|||
```
|
||||
|
||||
Delete the retention policy `what_is_time` in the `NOAA_water_database` database:
|
||||
```bash
|
||||
```sql
|
||||
DROP RETENTION POLICY "what_is_time" ON "NOAA_water_database"
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue