https://bugs.documentfoundation.org/show_bug.cgi?id=139315
--- Comment #4 from Julien Nabet <[email protected]> ---
Ok it worked.
Now I'm trying to make the query and with SQL edit, this works:
SELECT * FROM "EMP" WHERE "startdate" > CURRENT_DATE
not this:
SELECT * FROM "EMP" WHERE "startdate" > CURRENT_DATE - 365
or even this:
SELECT * FROM "EMP" WHERE "startdate" > (CURRENT_DATE - 365)
I got syntax error without precision.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs