Saturday 11 September 2021

ArangoDB: Read documents from a collection

Syntax

FOR item in collection

  RETURN item

 

Example

FOR userDoc IN users

    RETURN userDoc


 

Previous                                                    Next                                                    Home

No comments:

Post a Comment