blob: 083b08925b3f218e6c6de537f24e130ccd289b42 [file]
explain plan for select * from ( select cast(c_row as int), date_part('day', cast(c_timestamp as timestamp)) from basic ) t limit 0;