|
|
ack! query failed: errorno=1016error=Can't open file: 'topics.MYI' (errno: 145)query=select distinct current.topic_id, current.parent_id, current.root_id, current.name, current.description, current.author, current.create_dt, current.modify_dt from topics current, topics child
where current.topic_id = child.root_id order by create_dt desc
|