Displaying 1 result from an estimated 1 matches for "date_days".
Did you mean:
  age_days
  
2008 Dec 06
1
find with add of an atttributes
...days_of_week=''8''
                OR concat(''%'',event_dates.days_of_week,''%'') like
concat(''%'',DATE_FORMAT(date_add( event_dates.date, INTERVAL i DAY
),''%w''),''%''))
 ORDER BY date LIMIT 0,40) as date_days ON date_days.id=event_dates.id
",
        :order=>"date_days.date"
I want select also the date_days.date attribute.
Is there any mode to do it?
thanks
-- 
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message becau...