Merge pull request #8613 from influxdata/js-8563-update-client-readme
Correct the client package READMEpull/8596/merge
commit
fd4e16dd02
|
@ -213,7 +213,7 @@ log.Printf("Found a total of %v records\n", count)
|
||||||
#### Find the last 10 _shapes_ records
|
#### Find the last 10 _shapes_ records
|
||||||
|
|
||||||
```go
|
```go
|
||||||
q := fmt.Sprintf("SELECT * FROM %s LIMIT %d", MyMeasurement, 20)
|
q := fmt.Sprintf("SELECT * FROM %s LIMIT %d", MyMeasurement, 10)
|
||||||
res, err = queryDB(clnt, q)
|
res, err = queryDB(clnt, q)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|
Loading…
Reference in New Issue