Hi,<br><br>I am sorry for asking such a basic question.&nbsp; I am having a lot of trouble with a query (trying to run it in the query
editor.) It runs great for the first three tries then fails at the
fourth try. I am using cursors and taking the cursor from the previous
result and using it at the next query. I am really lost as to what I am
doing wrong.<br>
<br>
The query I am trying to run is <br>
{<br>
  &quot;cursor&quot;:true,<br>
  &quot;query&quot;:[{<br>
    &quot;*&quot;:[],<br>
    &quot;/business/retail_location/address&quot;:{<br>
      &quot;citytown&quot;:[],<br>
      &quot;postal_code&quot;:[],<br>
      &quot;street_address&quot;:[],<br>
      &quot;street_address_2&quot;:[]<br>
    },<br>
    &quot;name&quot;:[],<br>
    &quot;type&quot;:&quot;/dining/restaurant&quot;<br>
  }]<br>
} <br><br>
The error message I get is <br>&quot;Unique query may have at most one result. Got 56&quot;. It seems
like on the fourth attempt, it is losing the outside data like
restaurant id etc and only returning the address information only. What am I
doing wrong? <br>
<br>
Thanks,<br><br>-Eric<br>