blob: 0d470176c446ece846654f2e913a770e2dd328bf [file]
explain plan for select * from ( select cast(c_row as integer), date_part('month', cast(c_timestamp as timestamp)) from basic ) t limit 0;