$query = $db->query("SELECt s.*, f.name, t.subject FROM {$tablepre}sessions s
LEFT JOIN {$tablepre}forums f ON s.fid=f.fid
LEFT JOIN {$tablepre}threads t ON s.tid=t.tid
WHERe s.invisible='0'
ORDER BY s.lastactivity DESC LIMIT $start_limit, $memberperpage");
我想请问下这段是什么意思??
最好详细点,小弟是菜鸟。。
$query = $db->query("SELECt s.*, f.name, t.subject FROM {$tablepre}sessions s//返回数据查询数据集
LEFT JOIN {$tablepre}forums f ON s.fid=f.fid//{$tablepre}sessions 表中的是。s.fid与{$tablepre}forums 表中的f.fid相等
LEFT JOIN {$tablepre}threads t ON s.tid=t.tid//与上基本相同
WHERe s.invisible='0'并且s.invisible等于0
ORDER BY s.lastactivity DESC LIMIT $start_limit, $memberperpage");//降序排列,LIMIT查询记录起始位置,与记录条数!
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息