You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by Apache Wiki <wi...@apache.org> on 2013/09/18 18:07:46 UTC

[Mrql Wiki] Trivial Update of "LanguageDescription" by LeonidasFegaras

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Mrql Wiki" for change notification.

The "LanguageDescription" page has been changed by LeonidasFegaras:
https://wiki.apache.org/mrql/LanguageDescription?action=diff&rev1=4&rev2=5

  
  '''select''' [ '''distinct''' ] e<<BR>>
  '''from''' p,,1,, '''in''' e,,1,,, ..., p,,n,, '''in''' e,,n,,<<BR>>
- [ '''where''' e,,c,, ]</BR>
+ [ '''where''' e,,c,, ]<<BR>>
  [ '''group by''' p': e' [ '''having''' e,,h,, ] ]<<BR>>
  [ '''order by''' e,,0,, [ '''limit''' e,,l,, ] ]<<BR>>