Windows Azure DocumentDB Query Where IN statement
问题 Is possible to use IN statement in DocumentDB query? Like: SELECT * FROM c where c.FormId in(1,2,3,4,5,6,7,8,9,10) I don't want use OR because there are limits (only 6) where (c.FormId =1 or c.FormId= 2 or c.FormId =3 Or c.FormId = 4 Or c.FormId=5 Or c.FormId=6) 回答1: EDIT We just announced support for the IN (and other) keyword in queries http://azure.microsoft.com/blog/2015/05/06/new-documentdb-sql-keywords-operators-and-functions/ Today; there are two ways you could approach this 1) Write a