Posts by user69798 • 1 point
1 post
-
0
votes1
answer70
viewsQ: Problems in a Join Codeigniter
I have the following select : $this->db->select('*'); $this->db->from('tbl_produto_marca'); $this->db->join('tbl_produto', 'tbl_produto_marca.cd_codigo = tbl_produto.cd_marca');…