forked from mirror/go-sqlite3
retab
This commit is contained in:
parent
2cd93c9677
commit
bc6241221c
|
@ -24,12 +24,12 @@ func main() {
|
|||
defer db.Close()
|
||||
|
||||
sqlStmt := `
|
||||
create table iris (
|
||||
sepal_length float,
|
||||
sepal_width float,
|
||||
petal_length float,
|
||||
petal_width float,
|
||||
class int);
|
||||
create table iris (
|
||||
sepal_length float,
|
||||
sepal_width float,
|
||||
petal_length float,
|
||||
petal_width float,
|
||||
class int);
|
||||
`
|
||||
_, err = db.Exec(sqlStmt)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue