0
我想從ms_prod_harga
得到msph_pl場,這是我的模型宣傳片LEFT JOIN模型笨
這是正確的?
$this->db->select('*');
$this->db->from('md_promo');
$this->db->join('ms_promo','mspr_no = mdpr_mspd_no','left');
$this->db->join('ms_produk','mspd_no = mspr_no','left');
$this->db->join('ms_prod_harga', 'mspr_no = msph_no','left');
$this->db->where('mdpr_no',$mspr_no);
感謝哥們.. –
如果這是回答你的問題,你可以確認這一點 – user268500