Ahh yes, that'll probably do it. (I will try it soon.) I guess my days using Sybase Transact are a bit different in application to SQLite3. :P
On Oct 21, 9:00 am, August Lilleaas <[EMAIL PROTECTED]> wrote: > Thomas Sullivan 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... > > Perhaps you can do something like this: > > http://railscasts.com/episodes/29-group-by-month > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

