Had a bit of insight with the "month(created_at)" command, however, I
don't seem to be allowed to use that command from within my models.



On Oct 20, 3:17 pm, "sullivan.t" <[EMAIL PROTECTED]> wrote:
> What is the best way in rails, to so something similar to this sql:
>
> select count(*),datepart(month,created_at)
> +"/"+datepart(day,created_at) from whatever
> group by datepart(month,created_at)+"/"+datepart(day,created_at)
>
> Thoughts?  I mean, besides doing it via strict sql...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to