Replies: 1 comment 1 reply
-
What is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SELECT duckdb.raw_query('use nmv; SELECT * FROM main.weather_obs_grid limit 10');
works fine, instead with attached nmv fpr
SELECT * from duckdb.query('SELECT * FROM nmv.main.weather_obs_grid limit 10');
ERROR: (PGDuckDB/Duckdb_ExecCustomScan_Cpp) Invalid Input Error: Attempting to execute an unsuccessful or closed pending query result
Beta Was this translation helpful? Give feedback.
All reactions