ygrek / sqlgg

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

single-row query detection does not always work #47

Closed cyberhuman closed 6 years ago

cyberhuman commented 6 years ago

Does work for:

SELECT COUNT(*) FROM `test`

Doesn't work for:

SELECT COUNT(*) > 0 FROM `test`