Posts by Eduardo M. • 1 point
1 post
-
0
votes1
answer154
viewsA: Return Value from Select
$A = $this->db ->select('SUM(tb_proposicao.valor) as totalproposto') ->where('tb_proposicao.usuarioid', 1) ->where('tb_proposicao.tipoid', 1) ->get('tb_proposicao')->row(); Row(),…
codeigniteranswered Eduardo M. 1