Skip to content

Instantly share code, notes, and snippets.

@fwfurtado
Last active October 3, 2016 07:26
Show Gist options
  • Save fwfurtado/b02099654651737918ba7adb3adadcec to your computer and use it in GitHub Desktop.
Save fwfurtado/b02099654651737918ba7adb3adadcec to your computer and use it in GitHub Desktop.
[FJ-37] insert-authors.sql
insert into Author(name) values('Alberto Souza');
insert into Author(name) values('Mauricio Aniche');
insert into Author(name) values('Adriano Almeida');
insert into Author(name) values('Paulo Silveira');
insert into Author(name) values('Sergio Lopes');
insert into Author(name) values('Guilherme Silveira');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment