Skip to content

Instantly share code, notes, and snippets.

@Meettya
Created December 17, 2011 10:01
Show Gist options
  • Save Meettya/1489842 to your computer and use it in GitHub Desktop.
Save Meettya/1489842 to your computer and use it in GitHub Desktop.
SQL::Abstract example2
WHERE ( ( ( a = ? AND b = ? )
OR ( c = ? OR d = ? )
OR ( e LIKE ? AND e LIKE ? ) ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment