doc/book/en/annexes/rql/language.rst
changeset 2043 12ea656dbbdb
parent 1714 a721966779be
child 2172 cf8f9180e63e
equal deleted inserted replaced
2042:d524ae901b31 2043:12ea656dbbdb
   297         String N, P WHERE
   297         String N, P WHERE
   298         X is Person, X name N, X first_name P
   298         X is Person, X name N, X first_name P
   299 
   299 
   300 
   300 
   301   Note: You can not specify several types with * ... where X is FirstType or X is SecondType*.
   301   Note: You can not specify several types with * ... where X is FirstType or X is SecondType*.
   302   To specify several types explicitely, you have to do
   302   To specify several types explicitly, you have to do
   303 
   303 
   304   ::
   304   ::
   305 
   305 
   306         Any X where X is in (FirstType, SecondType)
   306         Any X where X is in (FirstType, SecondType)
   307 
   307