The following from the page shows most examples using upper case for keywords. However, on Windows using the latest DuckDB version 1.5.4, this leads to the error shown:
PRAGMA tpch(4);
Parser Error:
syntax error at or near ""
LINE 1: PRAGMA tpch(4);
^
But, using lower case works just fine:
pragma tpch(1);
The following from the page shows most examples using upper case for keywords. However, on Windows using the latest DuckDB version 1.5.4, this leads to the error shown:
PRAGMA tpch(4);
Parser Error:
syntax error at or near ""
LINE 1: PRAGMA tpch(4);
^
But, using lower case works just fine:
pragma tpch(1);