Hacker News new | ask | show | jobs
by mritchie712 1484 days ago
You can query a Sheet with Clickhouse out of the box. Obviously doesn't

    with sheet as (
    select \* 
    from 
    url('https://docs.google.com/spreadsheets/d/1XGCy0tYU5YcEouO09_ErZIyqjA-VJ4pidLZmMmJkEdk/gviz/tq?tqx=out:csv&sheet=Sheet1&range=A:C', CSVWithNames)
    )

    select \* from sheet


https://luabase.notion.site/Query-a-Google-Sheet-905da4e981b...