Home | History | Annotate | Download | only in sql

Lines Matching refs:WHERE

103 //         where
153 // err := db.QueryRow("SELECT name FROM foo WHERE id=?", id).Scan(&s)
1564 // in the case where we only call conn.Prepare implicitly
1612 // updateMoney, err := db.Prepare("UPDATE balance SET money=money+? WHERE id=?")
1660 // updateMoney, err := db.Prepare("UPDATE balance SET money=money+? WHERE id=?")
1762 db *DB // where we came from