Skip to content

Instantly share code, notes, and snippets.

@mgenov
Created August 6, 2012 08:19
Show Gist options
  • Save mgenov/3272251 to your computer and use it in GitHub Desktop.
Save mgenov/3272251 to your computer and use it in GitHub Desktop.
sample.sql

Sample Query File

  • Selecting unknown users
  • Selecting known users
select * from users where name is not null
func Name(int a) int {
return a + 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment