You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php// and later, only knowing the $youRecordRid$records = $client->query("??? {$youRecordRid} ???"); // or any thing else but in one queryassert(count($records) == 2);
The text was updated successfully, but these errors were encountered:
context : create two records, the second has a LINK property named "friend" pointing to the first record
question : how to fetch both records, in one query, only knowing the second record's RID ?
The text was updated successfully, but these errors were encountered: