influxdata / influxdata/docs-v2
Provide an example of how to work with databases with quote in the name
@pierwill is already working on this.
Since Jul 29, 2021.
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
Please explain that, to work with databases with quotes in the name, one needs to escape the quotes.
For instance, if a database is named `"test"` (with quotes in the name), then you need to escape the quotes using `\"test\"`.
I'm not sure why someone would put quotes in the name of a database; maybe it happens by accident. In any case, [this Twitter thread](https://twitter.com/ccnethercott/status/1373972674569994246) shows that this user struggled with it for a while before working out how to escape the quotes.

Perhaps an example or two could onto [this doc page](https://docs.influxdata.com/influxdb/v1.8/query_language/manage-database/)?
##### Relevant URLs
- https://twitter.com/ccnethercott/status/1373972674569994246
- https://docs.influxdata.com/influxdb/v1.8/query_language/manage-database/
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.