What are the keywords and methods available in RQL?

devquora
devquora

Posted On: Feb 22, 2018

 

Keywords and methods available in RQL are:
  • DECLARE,
  • FROM,
  • INDEX,
  • GROUP BY array()
  • WHERE id(), search(), cmpxchg(), boost(), regex(), startsWith(), endsWith(), lucene(), exists(), exact(),intersect(), spatial.within(), spatial.contains() , spatial.disjoint(), spatial.intersects(),moreLikeThis()
  • ORDER BY (ASC | ASCENDING, DESC | DESCEDING)
  • AS(string, long,double, alphaNumeric, random(), score(),spatial.distance())
  • LOAD
  • SELECT=
  • DISTINCT (key (), sum (), count (), facet ())
  • UPDATE
  • INCLUDE

Following operators are also used:

>=, <=, <> or !=, <, >,= or ==, BETWEEN, IN, ALL IN, OR,AND, NOT, (, )

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    RavenDB Interview Questions

    What are the features of RavenDB?

    RavenDB provides for the following features:Performance: RavenDB can achieve 100,000 writes per second. Moreover, one..

    RavenDB Interview Questions

    What is RQL?

    RQL stands for Raven Query Language is similar to any SQL language.It is used to get the data from the server when any ..

    RavenDB Interview Questions

    What are the uses of Declare, From and GroupBy keywords?

    The keyword declares provides the users the ability to create any JS function, which can be reused with the help of se..