``` with my_cte as (select * from demo_daily_orders) select * from my_cte ``` E200 Unknown table 'my_cte'