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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user