-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
What happens?
trying to use the pseudo column rowid in sql("SELECT ...") clause
To Reproduce
import duckdb
r1 = duckdb.sql("SELECT 42")
duckdb.sql("SELECT rowid,* FROM r1").show()OS:
Linux
DuckDB Package Version:
1.3.2
Python Version:
3.13.7
Full Name:
Simeon
Affiliation:
KMI Leipzig
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include all code required to reproduce the issue?
- Yes, I have
Did you include all relevant configuration to reproduce the issue?
- Yes, I have