Using reserved word field name in DocumentDB
问题 I inherited a database loaded into DocumentDB, where field name happens to be "Value". Example of my structure is: { ... "Alternates": [ "Type": "ID", "Value" : "NOCALL" ] } when I query (using documentDB's SQL), trying to get back all documents where Alternates.Value = "NOCALL", I get syntax error near "Value" error . If I query for Type = "ID", it is all fine. Seems that the word Value, having a special meaning on DocumentDB is causing an issue. Putting punctuation (e.g. quotes/double