Hi,
I'd like to have a count of the renditions that were created in my system since Monday last week, and group that count by day. I thought this would work:
select count(r_object_id), datefloor(day,set_time) from dmr_content where set_time >= '7-Nov-2011' and rendition = 2 group by datefloor(day,set_time)
But I get a bad attribute name error message. Can anybody help me?
Thanks!
Raph