hi,
I want to find something in wikidb. But I don't exectly know how to use the select statement write in WIKI.
For ecample . DatabaseBase::select ($ table, $ vars, $ conds = '', $ fname = 'Database::select', $ options = array(), $ join_conds = array() )
How can I use this to rewrite ' select * from recentchangs where rc_id in(selcet max(rc_id) from recentchangs group by rc_title) and rc_title='Wiki' '.
Thanks very much!
vanessa lee