We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6982ad commit 5239fc8Copy full SHA for 5239fc8
MANUAL.md
@@ -79,7 +79,7 @@ batchPoints.point(Point.measurement("h2o_feet")
79
// ...
80
influxDB.write(batchPoints);
81
82
-QueryResult queryResult = influxDB.query(new Query("SELECT * FROM h2o_feet"), databaseName);
+QueryResult queryResult = influxDB.query(new Query("SELECT * FROM h2o_feet", databaseName));
83
84
influxDB.close();
85
```
0 commit comments