Skip to content

Pivot not working #425

@ekanna

Description

@ekanna

Below query is not working but it is working in shell.duckdb.com
Doc at https://duckdb.org/docs/sql/statements/pivot.html

PIVOT cities
ON year
USING sum(population);

Why it is not working with this library? I am getting below error.

invalid Input Error: Cannot prepare multiple statements at once!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions