我没见过这样的数据库函数。你这里应该是php代码吧,$pre和$erp都只是一个变量而已
好像语句少了2个AS ,oderid换成ODERBY A.aid
"SELECT R.*,A.* FROM {$pre}article$erp as A LEFT JOIN {$pre}reply$erp as R ON A.aid=R.aid WHERE A.aid=$id ORDER BY R.topic DESC,R.orderby A.aid ASC LIMIT 0,1"
就是
查找{$pre}article$erp 的aid字段 和 {$pre}reply$erp的aid字段 相等,并且{$pre}article$erp的aid = $id(你给的值)的 aid最小的那个值