Query
{
"where": "(&(p.unitsInStock>0)(p.unitPrice>3.00))",
"as": "p",
"from": "Products",
"select": "p.productName"
}
Results
{}
{
"where": "(&(p.unitsInStock>0)(p.unitPrice>3.00))",
"as": "p",
"from": "Products",
"select": "p.productName"
}
{}