clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Accommodate ordering and grouping of results as in ORDER BY, GROUP BY clauses #29

Open clarity20 opened 5 years ago

clarity20 commented 5 years ago

Use the operators / and % for ORDER BY and GROUP BY, respectively. Explain (i.e. document) the mnemonics that motivate these choices. The user should be able to use them inside SELECT-clause lists as well as stand-alone, and should be allowed in combination if desired; in other words, //, %%, /% and %/ should all carry the meaning of both options combined.