-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
Description
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!