Get document by ID
Returns a single document by its id. Filter with a WHERE clause on Id; the container must be the one from the connection or specified in WITH. For partitioned containers, partition key is inferred from the document when possible, or you can supply it in WITH.
SELECT * FROM TestContainer Where Id='user2'