Details
Description
select month(at1.DATE_col5) from at1 where date_col5 is null
returns zero rows but should return one null row for each null row in at1.DATE_col5
Attachments
Issue Links
- links to
select month(at1.DATE_col5) from at1 where date_col5 is null
returns zero rows but should return one null row for each null row in at1.DATE_col5