QuackDB icon indicating copy to clipboard operation
QuackDB copied to clipboard

Can't export to CSV yet?

Open j2l opened this issue 1 year ago • 1 comments

I imported a local parquet file and can read it using your great tool (hurray!) But I can't export it as CSV: Failed to export data {"exception_type":"Parser","exception_message":"CREATE TABLE AS requires a SELECT clause"}

SQL is: CREATE OR REPLACE TABLE 'character_cards' AS SELECT * FROM read_parquet('character.parquet'); SUMMARIZE character;

Any idea? Additionally, would QuackDB be able to open big parquet files? Is there a limitation?

j2l avatar Jun 04 '24 07:06 j2l

Hey, I will look into this over the weekend!

mattf96s avatar Jan 07 '25 21:01 mattf96s