Skip to content

Instantly share code, notes, and snippets.

@cwndrws
Last active December 31, 2015 03:59
Show Gist options
  • Save cwndrws/7931558 to your computer and use it in GitHub Desktop.
Save cwndrws/7931558 to your computer and use it in GitHub Desktop.
Proper query
[[{"EQ": [{"stringColumn": "Hello"}]}]]
[[{"EQ": [{"stringColumn": "Hello"}, {"nameColumn": "Tyler"}]}]] = stringColumn = Hello AND nameColumn = Tyler
[[{"EQ": [{"nameColumn": "Tyler"}]}, {"GT":[{"ageColumn": 20}]}]] = nameColumn = Tyler AND ageColumn > 20
[[{"EQ": [{"nameColumn": "Tyler"}]}], [{"EQ": [{"nameColumn": "Charlie"}]}]] = nameColumn = Tyler OR nameColumn = Charlie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment