Skip to content

Instantly share code, notes, and snippets.

@swannodette
Forked from anonymous/snippet.txt
Created July 17, 2009 18:42
Show Gist options
  • Save swannodette/149218 to your computer and use it in GitHub Desktop.
Save swannodette/149218 to your computer and use it in GitHub Desktop.
Bulk.json
[
{
"action": "read",
"table": "workset",
"properties": "*",
"constraints": {
"userid": "4511"
},
"orderby": [
">",
"id"
]
},
{
"action": "read",
"table": "worksinset",
"properties": "COUNT(*)",
"constraints": {
"setid": "%id%"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment