Skip to content

Instantly share code, notes, and snippets.

@razeencheng
Created April 14, 2019 02:21
Show Gist options
  • Select an option

  • Save razeencheng/9099293df9db6b7cad5512fbc5239430 to your computer and use it in GitHub Desktop.

Select an option

Save razeencheng/9099293df9db6b7cad5512fbc5239430 to your computer and use it in GitHub Desktop.
var userid int
err := db.QueryRow(`INSERT INTO users(name, favorite_fruit, age)
 VALUES('beatrice', 'starfruit', 93) RETURNING id`).Scan(&userid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment