Connected to a postgres database when trying to save a query containing the 'interval' keywork I get an exception: Postgres Version: PostgreSQL 15.0 (Debian 15.0-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit Query: select date_naissance + interval '1 month' from employe; Error Stack Trace: SQL Status: HY000 Error code: 1000 Syntax error in SQL statement at /build/libreoffice-fresh/src/libreoffice-7.4.3.2/dbaccess/source/core/api/SingleSelectQueryComposer.cxx:110 SQL Status: HY000 Error code: 1000 at /build/libreoffice-fresh/src/libreoffice-7.4.3.2/dbaccess/source/core/api/SingleSelectQueryComposer.cxx:109 SQL Status: HY000 Error code: 1000 syntax error at /build/libreoffice-fresh/src/libreoffice-7.4.3.2/dbaccess/source/core/api/SingleSelectQueryComposer.cxx:108
I assume that this is because the interval datatype is not supported, which is tracked in bug 51779. *** This bug has been marked as a duplicate of bug 51779 ***