Array extension.

This commit is contained in:
Nuno Cruces
2023-11-21 13:40:55 +00:00
parent 22d1ae0068
commit 97d4248176
8 changed files with 257 additions and 55 deletions

View File

@@ -34,8 +34,8 @@ func Example_http() {
}
rows, err := db.Query(`
SELECT period, data_value, magntude, units FROM csv
WHERE period > '2010'
LIMIT 10`)
WHERE period > '2010'
LIMIT 10`)
if err != nil {
log.Fatal(err)
}