Dose someone have any idea how to do to translate this request into sqlobjec/sqlbuilder?
select count(*), word from (select * from tags order by postdate desc limit 3000) group by word order by count(*) desc limit 80; Is there also a way to send a raw sql request like this one through sqlobject? Thanks in advance for any suggestion. -fred- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
