r1 = duckdb.query(""" SELECT f1 FROM parquet_scan('test.pq') WHERE f2 > 1 """). Does not create a table called r1, but actually creates a ...
確定! 回上一頁