dbis-uibk / relax

RelaX - a relational algebra calculator
http://dbis-uibk.github.io/relax/
MIT License
280 stars 96 forks source link

Documentation Issue: Relational Algebra - Group by example #158

Closed fz-29 closed 2 years ago

fz-29 commented 2 years ago

The example mentioned in the group by section https://dbis-uibk.github.io/relax/help#relalg-operations-groupby is wrong.

Currently: gamma a, count(*)->x ( R )

It should be: gamma a; count(*)->x ( R )

The regex Railroad diagram helped me to be sure of this fact