1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

fix godoc

This commit is contained in:
Yasuhiro Matsumoto
2017-06-09 09:03:17 +09:00
parent 5d10070d3f
commit 61210d3bf1
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ var (
database = "SampleDB"
)
// Delete an employee from database
// ExecuteAggregateStatement output summary of prices
func ExecuteAggregateStatement(db *sql.DB) {
result, err := db.Prepare("SELECT SUM(Price) as sum FROM Table_with_5M_rows")
if err != nil {