Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created January 14, 2018 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndowns/524a6ee68afb9f726a4ebc4205b7c818 to your computer and use it in GitHub Desktop.
Save johndowns/524a6ee68afb9f726a4ebc4205b7c818 to your computer and use it in GitHub Desktop.
SELECT udf.getCustomerId(c)
FROM c
WHERE c.type = 'order' AND ARRAY_CONTAINS(c.items, { "productId": @productId }, true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment