求laravel一對一 一對多 原生查詢語句
仅有的幸福
仅有的幸福 2017-05-16 16:46:54
0
1
343

Route::get('test', function () {

DB::connection()->enableQueryLog();

// 取得已執行的查詢陣列

Users::with('posts')->get();
dd(DB::getQueryLog());

});

array:2 [▼
0 => array:3 [▼

"query" => "select * from `users`"
"bindings" => []
"time" => 2.76

]
1 => array:3 [▼

#
"query" => "select * from `posts` where `posts`.`users_id` in (?, ?)"
"bindings" => array:2 [▶]
"time" => 0.71

]
]

上述程式碼中 為什麼不是select id from user 然後把這個查詢結果用於下一步的in中 ,

仅有的幸福
仅有的幸福

全部回覆(1)
淡淡烟草味

雷雷

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板