Skip to content

Instantly share code, notes, and snippets.

@wilig
Created August 7, 2010 16:50
Show Gist options
  • Save wilig/512972 to your computer and use it in GitHub Desktop.
Save wilig/512972 to your computer and use it in GitHub Desktop.
(sequel/filter (sequel/and
(sequel/< :table1/a 5)
(sequel/= :table1/b "x"))
(sequel/collect :table1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment