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:
parent
b762aa2ca2
commit
7ee8310ae7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue