[go-nuts] Re: How select mysql with Bind Param Using go

2017-03-06 Thread erfangnulinux
i see this, but also again not can do and bind param in select (mysql) On Sunday, March 5, 2017 at 2:09:04 PM UTC+3:30, Pierre Curto wrote: > > Have a look at https://golang.org/pkg/database/sql/#DB.Prepare. > > Le dimanche 5 mars 2017 11:07:28 UTC+1, erfang...@gmail.com a écrit : >> >> Hello, >>

[go-nuts] Re: How select mysql with Bind Param Using go

2017-03-05 Thread pierre . curto
Have a look at https://golang.org/pkg/database/sql/#DB.Prepare. Le dimanche 5 mars 2017 11:07:28 UTC+1, erfang...@gmail.com a écrit : > > Hello, > i want execute example `select * from where id=?` with bind > param(s) and get `all rows`. > https://github.com/go-sql-driver/mysql/wiki/Examples > >