Hi,
ı am trying to write an sql statement in informix, but it gives error.
Does Informix not support using day function with Group By statement ?
If not, is there a workaround ?
Statement is:
select day(call.startdatetime) , count(*) from call
where month(call.callstartdate) = 11
group by day(call.startdatetime);
Thanks.