```go rows, err := c.Query("select name from users").Rows() row, err := c.QueryOne("select name form users").Row() ```