### What happens? Expecting positional parameters to work with "FROM first" syntax. ### To Reproduce ```sql prepare fromFirst as from (select ? fromV) select ? selectV,*; execute fromFirst('from', 'sel'); ``` ```text ┌─────────┬─────────┐ │ selectV │ fromV │ │ varchar │ varchar │ ├─────────┼─────────┤ │ from │ sel │ └─────────┴─────────┘ ``` ### OS: osx arm64 ### DuckDB Version: v1.0.1-dev3969 ### DuckDB Client: CLI ### Full Name: Christian Persson ### Affiliation: Sift Lab ### What is the latest build you tested with? If possible, we recommend testing with the latest nightly build. I have tested with a nightly build ### Did you include all relevant data sets for reproducing the issue? Yes ### Did you include all code required to reproduce the issue? - [X] Yes, I have ### Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue? - [x] Yes, I have