$query = $db->query("SELECT t.subject,t.author,t.tid,t.fid,h.message FROM {$tablepre}threads t, {$tablepre}posts h WHERE t.fid not in (0) AND h.tid=t.tid and h.first='1' ORDER BY rand() DESC LIMIT 2");
这段语句的 t. 是什么意思啊?
我还想问一下,discuz发帖子的内容在哪一个字段啊?我怎么找不到呢?