tastott / jsoql

A SQL-like language for querying JSON data
http://tastott.github.io/jsoql
3 stars 1 forks source link

Expressions with * and / operators don't parse #45

Closed tastott closed 9 years ago

tastott commented 9 years ago
SELECT
   Something,
   COUNT() / 100 AS Percentage
FROM
   'file://whatever'
GROUP BY
   Something