Skip to content

Instantly share code, notes, and snippets.

@hamishdickson
Created March 1, 2015 12:08
Show Gist options
  • Save hamishdickson/5e3f94f8214496e5d64c to your computer and use it in GitHub Desktop.
Save hamishdickson/5e3f94f8214496e5d64c to your computer and use it in GitHub Desktop.
select(FruitTable.name, FruitTable.juiciness)
.from(FruitTable)
.where(FruitTable.juiciness >= 8)
.orderBy(FruitTable.juiciness.desc)
.fetchAll(fruitExtractor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment