1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

fix the number of workarounds

This commit is contained in:
Kenichi Ishigaki 2018-12-01 13:58:07 +09:00
parent b762aa2ca2
commit 7ee8310ae7

View file

@ -1208,7 +1208,7 @@ like this while executing:
SELECT bar FROM foo GROUP BY bar HAVING count(*) > "5"; SELECT bar FROM foo GROUP BY bar HAVING count(*) > "5";
There are three workarounds for this. There are four workarounds for this.
=over 4 =over 4