In my database, I have a simple table tEffort
The query showing it’s rows works as expected:
But when I want the result to be grouped by the assignmentID, the fun ends:
I of course tried this with a much more complex query at first, but even when I watered the complexity down to
SELECT "effortDateTime", "effortID", "assignmentRef"
FROM "tEffort"
GROUP BY "assignmentRef"
ORDER BY "effortDateTime" DESC
I still get this error.
Question: What am I missing here?
Thanks for your hints in advance.
Version: 24.2.5.2 (X86_64) / LibreOffice Community
Build ID: bffef4ea93e59bebbeaf7f431bb02b1a39ee8a59
CPU threads: 8; OS: macOS 11.7.10; UI render: Skia/Raster; VCL: osx
Locale: de-AT (de_AT.UTF-8); UI: en-US
Calc: threaded