ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

add support for COUNT(DISTINCT col1[, col2...]) #55

Closed cyberhuman closed 6 years ago

cyberhuman commented 6 years ago
==> SELECT COUNT(DISTINCT group_by_str_1) FROM `projects_items`
Position 1:21 Tokens: DISTINCT group_by_str_1) FROM `projects_
Error: Sqlgg.Sql_parser.MenhirBasics.Error
cyberhuman commented 6 years ago

Thanks :+1: