Apply suggestions from code review

pull/6948/head
Jason Stirnaman 2026-03-17 09:09:27 -05:00 committed by GitHub
parent e027b6d89c
commit af2f3f604f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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`

View File

@ -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"
```