https://bugs.documentfoundation.org/show_bug.cgi?id=96370
--- Comment #5 from Lionel Elie Mamane <[email protected]> --- (In reply to robert from comment #4) > Filter creates something like this: > SELECT "date", SUM( "int" ) "total" FROM "table" WHERE SUM( "int" ) = 44 > GROUP BY "date" > This query won't work in internal HSQLDB. Should be "HAVING SUM( "int" ) = 44" instead of WHERE. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
