Search before asking
Version
master/2.1.7
What's Wrong?
when running
with cte as (select floor(300.343, 2) order by 1 limit 1) select * from cte;
it rise a exception
What You Expected?
sql could be executed correctly
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct