[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ActiveRecord and SELECT DISTINCT field...

JZ

4/4/2005 12:40:00 AM

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