Hacker News new | ask | show | jobs
by pkkm 817 days ago
That one was more of a nitpick, so maybe I shouldn't have included that. What I had in mind was that I would like a bit more symbols instead of words, for example value IN [1, 10] instead of value BETWEEN 10 AND 10.

Some operations on groups are also too verbose, like getting top 5 items in each group.

1 comments

IN already has a different meaning. BETWEEN 1 AND 10 is exactly how a human would describe it to another person.