Displaying 1 result from an estimated 1 matches for "m000870".
Did you mean:
m000860
2006 Aug 13
3
ruby and mysql syntax? tried single quotes, double, none, ...
Hi, how do i use passed in arguments and convert those to something sql
can understand? do the aliases have to be double qouted? single qouted?
i think i tried all but no avail...thanks!
def get_count(doctype, towne)
@profiles = Profile.count_by_sql("SELECT COUNT(*) from Profiles where
Profiles.doctype_id = 1 and town_id = towne")
end
--
Posted via