$results = Db::table('entry_in') ->alias('e') ->join('work w', 'SUBSTRING(e.workID, 3) = w.workID') ->select();
阅读量:1
点赞量:0