Query
{
"as": "p",
"from": "Products",
"select": {
"category": "p.category",
"price": "p.unitPrice",
"productName": "p.productName"
}
}
Results
{}
{
"as": "p",
"from": "Products",
"select": {
"category": "p.category",
"price": "p.unitPrice",
"productName": "p.productName"
}
}
{}