From: JZ Date: 2005-04-04T09:39:45+09:00 Subject: ActiveRecord and SELECT DISTINCT field... I cannot find option for find_all() method to execute query like this: SELECT DISTINCT fieldname ... The only option seems to be select_by_sql() method. :( Am I right? -- JZ