Skip to content

Issue found on page 'TPC-H Extension' #7042

Description

@JohnApps

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions